/*POPUP*/

function popscroll(myurl,title,w,h)

{

	var l=(screen.width-w)/2

	var t=(screen.height-h)/2

	var w=window.open(myurl,title,"scrollbars=1,resizable=1,left="+l+",top="+t+",width="+w+",height="+h)

	if(navigator.platform.indexOf("Mac")!=-1)

	{

		w.moveTo(l,t)

	}

	return w

}



/*POPUP

function pic(myurl,title,w,h)

{

	var l=(screen.width-w)/2

	var t=(screen.height-h)/2

	var w=window.open(myurl,title,"scrollbars=0,resizable=0,left="+l+",top="+t+",width="+w+",height="+h)

	if(navigator.platform.indexOf("Mac")!=-1)

	{

		w.moveTo(l,t)

	}

	return w

}*/


