function popUp(url)
{
	window.open(url, "popup", "width=675,height=540,resizable=yes,status=no,scrollbars=yes");

}


