function popUpWin(url, width, height)
{
	var pop = window.open(url,"display","width="+width+",height="+height+",scrollbars=no,resizable=no,toolbar=no,location=no,status=no,menubar=no");

}
