function newWin(page)
{
	window.open(page);
}

function streamVideo(page) 
{
	open(page,'video','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=357,height=290,left=400,top=100,screenX=0,screenY=0');
}
