// Pop-up Sized

function popupsized(ff, toscroll, w, h){
window.open(ff,"","toolbar=no,directories=no,resizable=no,scrollbars="+toscroll+",location=no,menubar=no,width="+w+",height="+h+",top=0,left=0");
}
function popupsized_resize(ff, toscroll, w, h){
window.open(ff,"","toolbar=no,directories=no,resizable=yes,scrollbars="+toscroll+",location=no,menubar=no,width="+w+",height="+h+",top=0,left=0");
}

function encodedPopupsized(ff, toscroll, w, h){
ff = encodeURI(ff);
alert("ff="+ff);
window.open(ff,"","toolbar=no,directories=no,resizable=no,scrollbars="+toscroll+",location=no,menubar=no,width="+w+",height="+h+",top=0,left=0");
}

function popupsized_email(ff){
window.open(ff,"","toolbar=no,directories=no,resizable=no,scrollbars=no,location=no,menubar=no,width=420,height=230,top=0,left=0");
}

function popupRadioss()
{
window.open("https://www.mecalog.fr/EC/servlets/MCL_fork","","toolbar=no,directories=no,resizable=yes,scrollbars=yes,location=no,menubar=no");
}

function popMap()
{
 window.open("http://209.124.61.164/flashmap/Map.aspx?campaign=HyperWorks", "map", "scrollbars=no,menubar=no,height=600,width=800,resizable=no,toolbar=no,location=no,status=no");
}

function popHiQube()
{
window.open("http://devaltair.mediag.com:9090/lth?req=login&usr=bWVkaWFnOm1lZGlhZw==", "hiqube", "scrollbars=no,menubar=no,height=600,width=800,toolbar=no,location=no,status=no");
}

function popViewResults()
{
window.open("http://209.124.61.172/lth?req=login&usr=YWx0YWlyOmFsdGFpcg==", "results", "scrollbars=no,menubar=no,height=800,width=1200,toolbar=no,location=no,status=no");
}

function popViewDescription(fn)
{
window.open(fn, "description", "scrollbars=no,menubar=no,height=800,width=650,toolbar=no,location=no,status=no");
}

function popUpWindow(URLStr, left, top, width, height) {
    popUpWin = window.open(URLStr, '0', '0', '700', '480');
}
