function winTiny(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=no,location=no,status=1,menubar=no,scrollbars=yes,width=400,height=200,resizable=yes");
        }
		
function winSm(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=no,location=no,status=1,menubar=no,scrollbars=yes,width=500,height=425,resizable=yes");
        }

function winMd(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=no,location=no,status=1,menubar=no,scrollbars=yes,width=700,height=550,resizable=yes");
        }

function winLg(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=1,location=0,status=1,menubar=0,scrollbars=1,width=780,height=550,resizable=1", "cen", "cen");
        }

function winFlash(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=760,height=570,resizable=no");
        }

function vT(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=no,location=1,status=no,menubar=no,scrollbars=no,width=775,height=600,resizable=no");
        }

function onlineHelp(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=no,location=no,status=1,menubar=no,scrollbars=yes,width=728,height=450,resizable=yes");
        }

function vg(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=yes,location=no,status=1,menubar=yes,scrollbars=yes,width=760,height=450,resizable=yes,screenX=20,screenY=20");
        }

function itt(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=yes,location=no,status=1,menubar=yes,scrollbars=yes,width=800,height=560,resizable=yes,screenX=20,screenY=20");
        }

function belGium(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=0,location=0,status=1,menubar=0,scrollbars=0,width=370,height=225,resizable=yes");
        }
		
function askExperts(desktopURL){
        desktop =window.open(desktopURL,"name","toolbar=yes,location=no,status=1,menubar=yes,scrollbars=yes,width=800,height=460,resizable=yes,screenX=20,screenY=20");
        }


function CloseWin()
{
window.top.close();
}
function PrintWin(){window.print()}

