<!--
function videoPopup()
{
	var sWidth,sHeight,popup;
	
	sWidth=screen.width / 2 - 225/2;
	sHeight=screen.height / 2 - 360/2;

	popup=window.open('../popup_forms/multimedia\.jsp','','width=240');
	
	popup.moveTo(sWidth,sHeight)
	popup.resizeTo(("240"),("360")) 
 	void(outerWidth=240);  
 	 void(outerHeight=360);
}

function openMultG()
{
	var sWidth,sHeight,popup;
	
	sWidth=screen.width / 2 - 490/2;
	
	popup=window.open('../popup_forms/multimedia_gen\.jsp','','width=490');
	
	popup.moveTo(sWidth,0)
	popup.resizeTo(("490"),630) 
 	void(outerWidth=490);  
 	 void(outerHeight=630);
}
//-->

