//###################################// //# Copyrights: Alpuro Group #// //# Version : 2001.42.5 #// //###################################// function popup(url,breedte,hoogte) { window.open(url, "ivicenter","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width="+breedte+",height="+hoogte+" "); } function menupopup(url,popupname,breedte,hoogte) { window.open(url, popupname,"toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width="+breedte+",height="+hoogte+" ", false); } function loginpopup(url,breedte,hoogte) { window.open(url, "Login","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width="+breedte+",height="+hoogte+" ", false); } function brochurepopup(url) { window.open(url, "Brochure","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=600, height=800", false); } function imgAct(imgName,Changewith) { document[imgName].src = Changewith; } function opmerking(){ popup("/home/opmerking.asp?url=" + window.parent.frames[1][1].document.location.href,'600','400'); } function chkFrames() { if (parent.location.href == self.location.href) { window.location.href = "../default.asp?p=" + escape(window.location.href); } }