<!--
function openbig2(link) 
{msg=window.open(link,"DisplayWindow2","HEIGHT=550,WIDTH=750,status=1,toolbar=1,directories=1,menubar=1,location=1,scrollbars=1,resizable=1,top=50,left=50");
if (window.focus) {msg.focus()}}

function popup(page,height,width)
{
	params = "height=" + height + ",width=" + width + ",status=1,toolbar=0,directories=0,menubar=0,location=0,scrollbars=1,resizable=1,top=250,left=50,screenX=250,screenY=50";
	mypopup = window.open(page,"PopupWindow",params);
	mypopup.focus();
}

function searchMag(form) {
var myMagindex=document.magForm.magName.selectedIndex;
	if (document.magForm.magName.selectedIndex>0) {
		self.location=document.magForm.magName.options[myMagindex].value;
		}
}

function opencsfvideoBySize(linkhere,hgt,wdt) {
 msg=open(linkhere,"DisplayWindow","HEIGHT="+ hgt +",WIDTH="+ wdt +",status=no,toolbar=no,directories=no,menubar=no,location=no,scrollbars=no,top=100,left=50,resizable=no");
}
// -->
