function MM_openBrWindow(theURL,winName,features,sw,sh) { //v2.0
 
	strleft = ",left=" + (screen.width-sw);
	features = features + strleft;
	strtop = ",top= 0";
	features = features + strtop;

	window.open(theURL,winName,features);

}
