//************************************************************************************************ //* TOMESO * //************************************************************************************************ //deutsche buttons img1 = new Image(); img1.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123012.jpg"; img1_on = new Image(); img1_on.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123034.jpg"; img2 = new Image(); img2.src = "data/investors_marketing/media/img_big/IMG_11111_200477_12313.jpg"; img2_on = new Image(); img2_on.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123122.jpg"; img3 = new Image(); img3.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123150.jpg"; img3_on = new Image(); img3_on.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123239.jpg"; img4 = new Image(); img4.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123440.jpg"; img4_on = new Image(); img4_on.src = "data/investors_marketing/media/img_big/IMG_11111_200477_12356.jpg"; img5 = new Image(); img5.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123532.jpg"; img5_on = new Image(); img5_on.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123554.jpg"; img59 = new Image(); img59.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123532.jpg"; img59_on = new Image(); img59_on.src = "data/investors_marketing/media/img_big/IMG_11111_200477_123554.jpg"; img74 = new Image(); img74.src = "data/investors_marketing/media/img_big/IMG_11111_20071218_123419.jpg"; img74_on = new Image(); img74_on.src = "data/investors_marketing/media/img_big/IMG_11111_20071218_144131.jpg"; // englische buttons img25 = new Image(); img25.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_104344.jpg"; img25_on = new Image(); img25_on.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_104321.jpg"; img33 = new Image(); img33.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_111944.jpg"; img33_on = new Image(); img33_on.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_112030.jpg"; img34 = new Image(); img34.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_112059.jpg"; img34_on = new Image(); img34_on.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_112118.jpg"; img35 = new Image(); img35.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_112143.jpg"; img35_on = new Image(); img35_on.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_11226.jpg"; img36 = new Image(); img36.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_112231.jpg"; img36_on = new Image(); img36_on.src = "data/investors_marketing/media/img_big/IMG_11111_2004112_112252.jpg"; function ImgSwap(bild, objekt) { document.images[bild].src = objekt.src; } // Öffnen des Fensters "sendmail" function sendmail(tmpl,urlparam) { LeftPosition = (screen.width) ? (screen.width-800)/2 : 0; TopPosition = (screen.height) ? (screen.height-600)/2 : 0; window.open('sendmail.asp?'+urlparam+'&tmpl='+tmpl,'sendmail','top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,toolbar=no,status=yes,width=520,height=600'); } // Öffnen des Fensters "print" function openprint(tmpl,urlparam) { LeftPosition = (screen.width) ? (screen.width-800)/2 : 0; TopPosition = (screen.height) ? (screen.height-600)/2 : 0; window.open('content_print.asp?'+urlparam+'&tmpl='+tmpl,'print','top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,toolbar=no,status=yes,width=520,height=600'); } // ************************************ POP SHOW IMAGE *************************************** // Funktion zum Öffnen des Fensters & Bild anzeigen function pop_showimg(iid) { window.open('pop_showimg.asp?iid='+iid,'showimage','scrollbars=yes,status=no,width=600,height=450'); } // ************************************ POP SHOW CONTENT *************************************** // Funktion zum Öffnen des Fensters & Content anzeigen function pop_showcontent(lid,wpid) { window.open('pop_showcontent.asp?lid='+lid+'&wpid='+wpid,'showcontent','scrollbars=yes,status=no,width=600,height=540'); } //************************************************************************************************ //* CLOSE WINDOW * //************************************************************************************************ // Funktion zum Schliessen des Fensters und Reload function closepoprld() { window.opener.location.reload(); self.close(); } // Funktion zum Schliessen des Fensters ohne Reload function closepop() { self.close(); }