
function popwin(url,w,h)
	{	
	window.open(url,'win','width=' + w + ',height=' + h + ',scrollbars=yes,status=no,resizable=yes')	
	}
