<!-- START
if (top.frames.length!=0)
top.location=self.document.location;
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
// END -->

function doPopup(back, antiblock) {
	var wWindow;
	var hWindow;
	var tWindow;
	var lWindow;
	var w = window.screen.width;
	var h = window.screen.Height;
	if (window.screen.width > 800) {
		wWindow = window.screen.width - 200;
	} else {
		wWindow = 800;
	}
	if (window.screen.Height > 600) {
		hWindow = window.screen.Height - 200;
		tWindow = (h - hWindow) / 2;
	} else {
		hWindow = 550;
		tWindow = 0;
	}
	lWindow = (w - wWindow) / 2;
	
	if (antiblock) {
		window.showModalDialog('http://www.sexy-frau.com/','popuptour','dialogHeight:' + hWindow + 'px; dialogWidth:' + wWindow + 'px; dialogTop:' + tWindow + 'px; dialogLeft: ' + lWindow + 'px; edge: raised; center: 1; help: 0; resizable: 1; scroll: 1; status: 1;');
	} else {
		window.open('http://www.sexy-frau.com/', 'popuptour', 'buttons=1, toolbar=1, location=1, status=1, directories=1, menubar=1, scrollbars=1, resizable=1, width='+wWindow+', height='+hWindow+', top='+tWindow+', left='+lWindow);
	}
	
	if (back) {
		window.focus();
	}
}

<!--
setInterval("window.status='.:. Free Hardcoresex .:.'",2);
// -->

