function popitup(url) 
{
	newwindow=window.open(url,'name','toolbar=0,location=0, status=0,menubar=0,scrollbars=0,resizable=0,height=717,width=600');
	if (window.focus) {newwindow.focus()}
	return false;
}

