function MM_openBrWindow(theURL,winName,features) { //v2.0
 var W=window.open(theURL,winName,features);
}

function image_preview(prmArgs) {
    MM_openBrWindow('imgprev.php?id='+prmArgs+'','Image_Preview','scrollbars=yes,width=550,height=400');
}


