function Popit(url){
	newwindow=window.open(url,'name','scrollbars=yes,left=100,top=100,height=400,width=350');
	if (window.focus) {newwindow.focus();
	}
}