
function winpop(url,width,height)
{
	window.open(url,'newwindow','height='+height+',width='+width+',left=40,top=100,resizable=no,scrollbars=yes,toolbar=no,status=no');
	//if (window.focus) {newwindow.focus()}
}
