function popmy(url,name)
{
	
	newwindow=window.open(url,name,'width=475, height=360, left=265 , top=265, menubar=no, titlebar =yes, status =no, location =no, scrollbars=no, toolbar=no, resizable=0');
	if (window.focus) {newwindow.focus()}
	return false;
}