function popitup(url)
{
	newwindow=window.open(url,'name','height=600,width=800,scrollbars,resizable');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popitupLarge(url)
{
	newwindow=window.open(url,'name','height=600,width=800,scrollbars,resizable');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupLarge2(url)
{
	newwindow=window.open(url,'name','height=450,width=763,scrollbars,resizable');
	if (window.focus) {newwindow.focus()}
	return false;
}
function openVRWindow(page)
{
	VrWin = this.open(page, "popVRWindow", "height=650,width=700,toolbar=no,menubar=no,location=yes,scrollbars=yes,resizable=yes,top=120,left=120"); 
	VrWin.focus();
}
function openDockWindow(url)
{
        newwindow=window.open(url,'name','height=670,width=850,scrollbars,resizable');
        if (window.focus) {newwindow.focus()}
	//return false;
}
function openVidPlayerWindow(page)
{
        //newwindow=window.open(url,'name','height=442,width=765,scrollbars,resizable');
        VrWin = this.open(page, "popVRWindow", "height=439,width=762,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,top=120,left=120");
        VrWin.focus();
}

