function openchat(windowurl) {
windowname = 'login';
height = 300;
width = 400;
if (navigator.userAgent.indexOf('MSIE') > -1) {
nleft = window.screenLeft + 50;
ntop = window.screenTop + 20;
}
else {
nleft = window.screenX + 50;
ntop = window.screenY + 20;
}
var options = 'top=' + ntop + ',left=' + nleft + ',height=' + height + ',width=' + width + ',scrollbars=yes,status=no,location=no,menubar=no,resizable=no,toolbar=no';
window.open(windowurl, windowname, options);
}

function agb() {
werbung=window.open('http://www.777livecams.com/agb.php?id=P366&l=P366','popup','width=600,height=500,top=50,left=50,scrollbars=yes');
  werbung.focus;
}
