function popwin(url,width,height)
{
	param = "";
	window.open (url,"_blank","width="+ width +", height=" + height +", top=" + (screen.height-height)/2 + ", left=" + (screen.width-width)/2 + param);
}