<!--Hide

function Newsletter(){
        
        window.open('http://www.colonialvillageresort.com/index.php', 'Newsletter', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=560,height=370');
	
	}
	
function sign(){
        
        window.open('sign.html', 'Sign', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=500,height=420');
	
	}
	
function getMap(){
        
        window.open('map.html', 'Map', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,fullscreen=yes');
	
	}
	
function bookkeeping(){
        
        window.open('bkmore.html', 'BKMORE', 'scrollbars=no,toolbar=no,location=no,top=200,left=300,width=470,height=280');
	
	}
function openREZ(){

	window.location="http://www.colonialvillageresort.com/reservationsform.shtml";
        
	}	
	
function desktop(){
        
        window.open('ddmore.html', 'DDMORE', 'scrollbars=no,toolbar=no,location=no,top=200,left=300,width=470,height=280');
	
	}	

function wordprocessing(){
        
        window.open('wpmore.html', 'WPMORE', 'scrollbars=no,toolbar=no,location=no,top=200,left=300,width=470,height=280');
	
	}		
	
function purchaseGC() {
        
     window.close();
     opener.location.href = "http://www.innbythesea.com/HTML/store.htm";
        
	}
	
if (top.location != location)  {  top.location.href = document.location.href; }	
	
//-->