var newwindow;
function popwindow(url)
{
	newwindow=window.open(url,'iips','height=470,width=630,scrollbars=yes,top=5,left=5,menubar=yes,resizable=no');
	if (window.focus) {newwindow.focus()}
}