function OpenWin(URL,width,height,nom) { window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=" + width + ",height=" + height + ",resizable=no"); } function OpenWin2(URL,width,height,nom) { window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes"); } // Tournepage var jaaspeel = new Object(); jaaspeel.ad_url = escape('http://froeschle.blogieren.com/'); jaaspeel.small_path = 'http://froeschle.fr.ohost.de/pic/small.swf'; jaaspeel.small_image = escape('http://froeschle.fr.ohost.de/pic/cornersmall.png'); jaaspeel.small_width = '100'; jaaspeel.small_height = '100'; jaaspeel.small_params = 'ico=' + jaaspeel.small_image; jaaspeel.big_path = 'http://froeschle.fr.ohost.de/pic/large.swf'; jaaspeel.big_image = escape('http://froeschle.fr.ohost.de/pic/cornerbig.png'); jaaspeel.big_width = '650'; jaaspeel.big_height = '650'; jaaspeel.big_params = 'big=' + jaaspeel.big_image + '&ad_url=' + jaaspeel.ad_url; function sizeup987(){ document.getElementById('jcornerBig').style.top = '0px'; document.getElementById('jcornerSmall').style.top = '-1000px'; } function sizedown987(){ document.getElementById("jcornerSmall").style.top = "0px"; document.getElementById("jcornerBig").style.top = "-1000px"; } jaaspeel.putObjects = function () { // document.write('
'); // object document.write(''); // object params document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); // embed document.write(''); document.write('
'); document.write(''); //
// document.write('
'); // object document.write(''); // object params document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); // embed document.write(''); document.write('
'); //
setTimeout('document.getElementById("jcornerBig").style.top = "-1000px";',1000); } jaaspeel.putObjects(); // *********** // i-protect // *********** $($(document).each(function(){ $('img:not([onclick])',this).live('mouseover',function() { $(".ImgScreen").remove(); $(this).after(''); $('.ImgScreen').css('top',event.pageY+'px'); $('.ImgScreen').css('left',event.pageX+'px'); }); $('img:not([onclick])',this).live('mousemove',function(event) { $('.ImgScreen').css('top',event.pageY+'px'); $('.ImgScreen').css('left',event.pageX+'px'); }); })); // ********** // EOF // **********