function popit(url)
{
	window.name= 'main';
	var newwindow=window.open(url,'pop','height=435,width=600,scrollbars=no,resizable=no')
	if (window.focus) {newwindow.focus();}
}
