<!--

function openIR()
{
	var sWidth,sHeight,popup;
	
	sWidth=screen.width / 2 - 480/2;
	sHeight=screen.availHeight;
	
	popup=window.open('../popup_forms/ir_responsible\.jsp','','width=480,top=0');
	popup.moveTo(sWidth,0)
		popup.resizeTo(("480"),("350")) 
 	void(outerWidth=480);  
 	 void(outerHeight=190);
}

//-->

