function newPopup(url,mywidth,myheight)
{
	popupWindow = window.open(
		url,'popUpWindow','height='+myheight+',width='+mywidth+',left=50,top=10,resizable=no,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no')
}

