<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
var sw=screen.width;
var sh=screen.height;
var topreal,leftreal,topmidi,leftmidi;
if(sw==800 && sh==600){
	if(winName=='m'){
		topreal=500;
		leftreal=300;
	}
	if(winName=='mid'){
		topreal=500;
		leftreal=525;		
	}
}
if(sw==1024 && sh==768){
	if(winName=='m'){
		topreal=500;
		leftreal=400;
	}
	if(winName=='mid'){
		topreal=500;
		leftreal=625;		
	}
}
features=features+",top="+topreal+",left="+leftreal;
  window.open(theURL,winName,features);
}
//-->