        var productDBWin=null;
		function productDB(Rid, Oid, Pid) {
			productDBWin= window.open("/jsp/partner/getprice2005/productDB.jsp?retailerID="+Rid+"&orderID="+escape(Oid)+"&productID="+Pid, "_blank","width=600,height=600,toolbar=no,scrollbars=yes,resizable=no");
		};

        var confWin=null;
        function hf(hID, pID, partner){
        confWin= window.open("http://www.evendi.de/jsp/eVendi2004/templates/retailer_new.jsp?retailerID="+hID+"&productID="+pID+"&partner="+partner, "_blank", "Width=650,Height=550,toolbar=no,scrollbars=yes,resizable=yes");
        //      confWin.opener = self;
	};

        var hersWin=null;
        function herf(manID){
        hersWin= window.open("http://www.eVendi.de/jsp/manufacturer.jsp?m="+manID, "_blank", "Width=550,Height=400,toolbar=no,scrollbars=yes,resizable=no");
        //      confWin.opener = self;
        };

        var hersWin=null;
        function picf(pID){
        hersWin= window.open("http://cache.evendi.de/pics/large/"+pID+".jpg", "_blank", "Width=400,Height=400,toolbar=no,scrollbars=no,resizable=no");
        //      confWin.opener = self;
        };

        var chartWin=null;
        function chartf(pID){
	chartWin= window.open("http://classic.evendi.de/jsp/chart/chart.jsp?productID="+pID, "_blank", "Width=660,Height=450,toolbar=no,scrollbars=no,resizable=yes");
	//	chartWin= window.open("http://cache.evendi.de/phplot/getchart.php?nummer="+pID, "_blank", "Width=660,Height=450,toolbar=no,scrollbars=no,resizable=yes");
        //      confWin.opener = self;
        };

        var voteWin=null;
        function votef(pID){
        voteWin= window.open("http://classic.eVendi.de/jsp/votes/votes.jsp?p="+pID, "_blank", "Width=600,Height=500,toolbar=no,scrollbars=yes,resizable=yes");
        //      confWin.opener = self;
        };

        var alertWin=null;
        function alertf(pID,partner){
        alertWin= window.open("http://www.eVendi.de/jsp/my.evendi/myProductWatch.jsp?productID="+pID+"&amp;locationID=0&amp;partner="+partner, "_blank", "Width=600,Height=450,toolbar=no,scrollbars=yes,resizable=yes");
        //      confWin.opener = self;
        };

        function doVotef(pID,vote){
        voteWin= window.open("http://www.eVendi.de/servlet/PRating2?action=vote&nummer="+pID+"&vote="+vote, "_blank", "Width=600,Height=450,toolbar=no,scrollbars=yes,resizable=yes");
        //      confWin.opener = self;
        };

        var voteWin=null;
        function recommendf(pID){
        voteWin= window.open("http://www.eVendi.de/jsp/recommend.jsp?p="+pID, "_blank", "Width=600,Height=450,toolbar=no,scrollbars=yes,resizable=yes");
        //      confWin.opener = self;
        };


        var sv=null;
        function saveVote(pID){
        sv= window.open("http://classic.eVendi.de/jsp/votes/saveVote.jsp?p="+pID, "_blank", "Width=600,Height=500,toolbar=no,scrollbars=yes,resizable=yes");
        //      confWin.opener = self;
        };

        var anfWin=null;
        function af(r,p){
        tmp = "http://www.eVendi.de/servlet/SaveToDB?action=click&p="+p+"&r="+r+"&partner=<%=partner%>";
        window.open(tmp);
        }
        // ALLES CHECKEN
		function checkAll(f) {
			cb=document.compare.elements["p"];
			for (i=0;i<cb.length;i++) {
				cb[i].checked = f;
			}
		}
		function gotoURL(s){
			self.opener.location=s;
			self.opener.focus();
		};		