var newwindow;
function pop(url)
{
	newwindow=window.open(url,'name','height=800,width=960,left=40,top=40,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}
