function insertLowMovie()
{
document.write('<embed src="video/low.mov" width="160" height="136" controller="true" />\n');
}

function insertMedMovie()
{
document.write('<embed src="video/med.mov" width="480" height="376" controller="true" />\n');
}

function insertMedMovie2()
{
document.write('<embed src="video/med2.mov" width="480" height="376" controller="true" />\n');
}

function insertHighMovie()
{
document.write('<embed src="video/high.mov" width="640" height="496" controller="true" />\n');
}

function sizeViewport(width,height)
{
	window.resizeTo(newVPWidth,newVPHeight);
	vpWidthAdjust=document.body.clientWidth;
	vpHeightAdjust=document.body.clientHeight;
	alert(vpHeightAdjust);
	newVPWidth=width+vpWidthAdjust;
	newVPHeight=height+vpHeightAdjust;
}

function smallMovie()
{
	window.open('http://www.equinoxrestaurant.com/moviesmall.php','Film','location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,height=136,width=160,screenX=80,screenY=80');
}

function medMovie()
{
	window.open('http://www.equinoxrestaurant.com/moviemed.php','Film','location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,height=376,width=480,screenX=80,screenY=80');
}

function medMovie2()
{
	window.open('http://www.equinoxrestaurant.com/moviemed2.php','Film','location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,height=376,width=480,screenX=80,screenY=80');
}

function largeMovie()
{
	window.open('http://www.equinoxrestaurant.com/movielarge.php','Film','location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,height=496,width=640,screenX=80,screenY=80');
}