function openIT(obj,type,prim)
{
	w=900;
	h=675;
	x=(window.screen.width-w)/2-20;
	y=(window.screen.height-h)/2-15;

	nw=window.open('/open.php?obj='+obj+'&type='+type+'&prim='+prim, '494unr', 'scrollbars=0,resizable=0,width='+w+',height='+h+',left='+x+',top='+y);

	nw.focus();
}

function openIT1(obj,type,prim)
{
	w=890;
	h=665;
	x=(window.screen.width-w)/2-20;
	y=(window.screen.height-h)/2-15;

nw1=window.open('/open.php?obj='+obj+'&type='+type+'&prim='+prim, '494unr1', 'scrollbars=0,resizable=0,width='+w+',height='+h+',left='+x+',top='+y);

	nw1.focus();
}



