
function oPenImag(iMagPath)

{

localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=400,height=300,directories=no,status=no,resizable=yes,menubar=yes");

}

function oPenImag1(iMagPath)

{

localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=600,height=300,directories=no,status=no,resizable=yes,menubar=yes,toolbar=yes,location=yes");

}


