var newwindow;
function popit(url)
{
	newwindow=window.open(url,'name','height=700,width=700,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}