<!--

function dopopup(url)
{
	window.open (url,"mywindow","location=0,status=0,scrollbars=1,width=600,height=600"); 
}

-->