// JavaScript Document
document.write('<img src="http://www.capecoralurlaub.de/cgi-bin/log/referers.cgi?'+document.referrer+'" width=1 height=1 border=0>');

function openWindow(url)
{
	popupWin = window.open(url, 'login', 'width=640,height=480,left=100,top=100');
	popupWin.focus();
}
function openWindow1(url)
{
	popupWin = window.open(url, 'image_window', 'scrollbars=yes,width=590,height=380,left=100,top=50');
	popupWin.focus();
}
function openAlbum(url)
{
	popupWin = window.open(url, 'album', 'width=800,height=600,left=70,top=50');
	popupWin.focus();
}
function openForm(url)
{
	popupWin = window.open(url, 'formular', 'width=580,height=700,left=70,top=00');
	popupWin.focus();
}

var message="";
function clickIE() {
	if (document.all) {
		(message);return false;
	}
}
function clickNS(e) {
	if (document.layers||(document.getElementById&&!document.all)) {
		if (e.which==2||e.which==3) {
			(message);return false;
		}
	}
}
if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS;
}else{
	document.onmouseup=clickNS;
	document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false");