function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
}

//full flash window popup
var swidth = screen.width;
var sheight = screen.height;
var features = "scrollbars=no,status=no,width=" + swidth + ",height=" + sheight;
var bumpfeatures = "scrollbars=no,status=no,width=500,height=324";