function MM_openBrWindow(theURL,winName,features) { //v2.0


if (theURL.substring(0,14)=='/comer/img-gen') {
window.open(theURL,winName,features);
} else {
 if (theURL.substring(0,10)=='/comer/Swf') {
 window.open(theURL,winName,features);
 } else {
 window.open('popup/'+theURL,winName,features);
 }
}
}
