<!--Hide

function popSopporo(){

	var PopWidth=760;
        var PopHeight=500;
        var PopLeft = (window.screen.width-PopWidth)/2;
        var PopTop = (window.screen.height-PopHeight)/2;       
        window.open('http://www.sapporobeer.com/beer/', 'Sopporo', 'scrollbars=yes,resizable=yes,toolbar=no,location=no,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
	
	}

function getFortune()   {
     var PopWidth=450;
     var PopHeight=220;
     var PopLeft = (window.screen.width-PopWidth)/2;
     var PopTop = (window.screen.height-PopHeight)/4;
     
     window.open('quote.shtml', 'Fortune', 'scrollbars=no,toolbar=no,location=no,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
	}	
	
	
function getMap() {
        
        window.open('map.html', 'Map', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,fullscreen=yes');
	
	}
	
function getMemberships(){
        
        window.open('memberships.html', 'Memberships', 'scrollbars=yes,toolbar=no,location=no,top=0,left=0,width=500,height=250');
	
	}
	
function bookkeeping(){
        
        window.open('bkmore.html', 'BKMORE', 'scrollbars=no,toolbar=no,location=no,top=200,left=300,width=470,height=280');
	
	}
	
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";
        
	}
	
//-->
