function mmsyourweb(mywurl){ var w = 400; var h = 551; var l = Math.floor((screen.availWidth / 2) - (w / 2)); var t = Math.floor((screen.availHeight / 2) - (h / 2)); window.open('http://scripts.webtomms.de/popup.php?cID=51&color=grau&image='+mywurl,'mywpopup1283529670','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=' + (l) + ',top=' + (t) + ',width=' + (w) + ',height=' + (h)); return false; } function mmsyourweb2(mywurl){ var w = 400; var h = 551; var l = Math.floor((screen.availWidth / 2) - (w / 2)); var t = Math.floor((screen.availHeight / 2) - (h / 2)); window.open('http://scripts.webtomms.de/popup.php?cID=51&convertno=1&color=grau&image='+mywurl,'mywpopup1283529670','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=' + (l) + ',top=' + (t) + ',width=' + (w) + ',height=' + (h)); return false; }