function popitup(url) 
{
	newwindow=window.open(url,'name','height=270,width=585');
	if (window.focus) {newwindow.focus()}
	return false;
}
