
function popupwindow_scroll (url, height, width, winname)
{
	window.open (url,
				 winname,
				'location=0,status=0,scrollbars=1,resizable=1,width=' + width + ',height=' + height); 
}