function openwin(l,pic,msg,w1,h1)
{h=h1+30;
 w=w1+50;
 newwindow=window.open("http://vop.netmx.co.uk/test_adidam/enlarge.php?pic="+pic+".jpg&l="+l+"&msg="+msg, "bigimage","top=0, left=0, width="+w+", height="+h+", directories=no,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=yes");
 if (window.focus) {newwindow.focus();}
}

function openwinNew(l,pic,msg,w1,h1,fp)
{h=h1+30;
 w=w1+50;
 newwindow=window.open("http://vop.netmx.co.uk/test_adidam/enlargeNew.php?pic="+pic+".jpg&l="+l+"&msg="+msg+"&fp="+fp, "bigimage","top=0, left=0, width="+w+", height="+h+", directories=no,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=yes");
 if (window.focus) {newwindow.focus();}
}

function openSecure(l,pic,msg,w1,h1,dc)
{h=h1+30;
 w=w1+50;
 newwindow=window.open("http://vop.netmx.co.uk/test_adidam/ImageSecurity/enlarge.php?pic="+pic+"&l="+l+"&msg="+msg+"&dc="+dc, "bigimage","top=0, left=0, width="+w+", height="+h+", directories=no,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=yes");
 if (window.focus) {newwindow.focus();}
}