function popup(url)
{
	var nLeft = -100;//(screen.width/2)-200;
	var nTop = -100;//(screen.height/2)-200;
	
	mywin=window.open(url,"mywin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=350,height=100,left="+nLeft+",top="+nTop);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}