function WinPopUp(cLoc,nWidth, nHeight) {
    WP = window.open("","WP","status=no,menubar=no,copyhistory=yes,width="+nWidth+",height="+nHeight+",scrollbars=yes,resizable=yes");
    if (cLoc != "") {
        WP.location=cLoc;
    }
}
function WinPopUpToolBar(cLoc,nWidth, nHeight) {
    WP = window.open("","WP","toolbar=yes,status=no,menubar=no,copyhistory=yes,width="+nWidth+",height="+nHeight+",scrollbars=yes,resizable=yes");
    if (cLoc != "") {
        WP.location=cLoc;
    }
}
function CatalogPopUp(cLoc,nWidth, nHeight) {
    WP = window.open("","WP","toolbar=no,status=no,menubar=no,copyhistory=yes,width="+nWidth+",height="+nHeight+",scrollbars=yes,resizable=yes");
    if (cLoc != "") {
        WP.location=cLoc;
    }
}
/*
function WinPopUp2() {
	window.open("","vote","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=380,height=300");
}
*/
