function adca(str) {

        searchWin = window.open(str,'adca','scrollbars=yes,resizable=no,width=820,height=600,status=no,location=no,toolbar=no');		
		  
//        searchWin.refer = self;
}
function prenota(str) {

        searchWin = window.open(str,'apriphoto','scrollbars=yes,resizable=no,width=640,height=480,status=no,location=no,toolbar=no');		
		  
//        searchWin.refer = self;	

}
function apriphoto1(str) {

        searchWin = window.open(str,'apriphoto1','scrollbars=no,resizable=no,width=600,height=490,status=no,location=no,toolbar=no');		
}		  
//        searchWin.refer = self;
if (window.Event){					// Only Netscape will have the CAPITAL E.
	document.captureEvents(Event.MOUSEUP); 		// catch the mouse up event
}

function nocontextmenu(){  				// this function only applies to IE4, ignored otherwise.
	event.cancelBubble = true;
	event.returnValue = false; 
	return false;
}

function norightclick(e){				// This function is used by all others
	if (window.Event){				// again, IE or NAV?
		if (e.which == 2 || e.which == 3){
   			return false;
 		}
	}
	else if (event.button == 2 || event.button == 3){
		var msg = "---------------------------------\n";
                msg = msg + ".......::::  ©  ::::......\n";	
        	msg = msg + "www.comolake-apartments.com\n";
                msg = msg + "... ALL RIGHTS RESERVED !...\n";
		msg = msg + "---------------------------------\n";
		alert(msg)		
		event.cancelBubble = true;
		event.returnValue = false;
		return false;
 	}
}

function CancelEvent(){
	return false;
}

document.oncontextmenu = nocontextmenu;  		// for IE5+
document.onmousedown = norightclick;  			// for all others
document.ondragstart = CancelEvent;			// no dragging
document.onselectstart = CancelEvent;			// no selecting


if (self.top.frames.length == 0){
	document.onload = self.top.resizeTo(window.screen.availWidth + 8, window.screen.availHeight + 8); self.top.moveTo(-4, -4);
}

function Status(){
	window.status = "Appartamenti e case vacanza sul Lago di Como ::: Lake Como Vacation Rentals ::: Ferienwohnungen am ComerSee ::: Property Management Maintenance";
	return(true);
}

document.onmouseover = Status;
