var x = eval((screen.width-370)/2);
var y = eval((screen.height-350)/2);
function popupwindow(strUrl){
		var mypopupwindow;		
		mypopupwindow = window.open(strUrl,'Information','resizeable=yes,width=630,height=470, left='+x+', top='+y);
}

