var newwindow;

function pop(url)

{

	newwindow=window.open(url,'name','width=250,height=450,left=100,top=100,screenX=100,screenY=100,resizable=no,scrollbars=no,toolbar=no,status=no');

	if (window.focus) {newwindow.focus()}

}



