var newwindow;

function openWin(url, newFrame)
{
	whichFrame = newFrame;
	newwindow=window.open(url,'popup','width=790,height=590,resizable=1,scrollbars=0,screenX=0,status=1,screenY=0,left=0,top=0');
	if (window.focus) {newwindow.focus()}
}

