function ImgPopUp1 (string, width, height){


window.open(string,"_blank","width=800,height=400,location=yes,resizable=yes,menubar=yes,titlebar=yes,scrollbars=yes,status=yes,toolbar=yes");
}
