function fullScreen(){
	window.moveTo(0,0)
	window.resizeTo(screen.availWidth, screen.availHeight)
}

function winopen(){
ref=open("","referencewindow","scrollbars=yes,resizable=no,toolbar=no,menubar=no,width=675,height=600");
}

function printfrienly(){
window.open("banquets_private_affairs.pdf","pdfmenu","scrollbars=yes,resizable=yes,toolbar=no,menubar=no");
 }
 
 function PrintLunchMenu(){
 window.open("lunch_menu.pdf","pdflunchmenu","scrollbars=yes,resizable=yes,toolbar=no,menubar=no");
  }
function PrintDinnerMenu(){
window.open("dinner_menu.pdf","pdfdinnermenu","scrollbars=yes,resizable=yes,toolbar=no,menubar=no");
 }

image0 =new Image();
image1 =new Image();
image2 =new Image();
image3 =new Image();
image4 =new Image();
image5 =new Image();
image6 =new Image();
image7 =new Image();
image8 =new Image();
image9 =new Image();
image10 =new Image();


image0.src ="graphics/arianas_sunrise.jpg"
image1.src ="graphics/beach_1.jpg"
image2.src ="graphics/beach_boat.jpg"
image3.src ="graphics/beach_hill.jpg"
image4.src ="graphics/beach_positano.jpg"
image5.src ="graphics/beach_tony.jpg"
image6.src ="graphics/monterosso_al_mare.jpg"
image7.src ="graphics/beach_trees.jpg"
image8.src ="graphics/versilia_beach_chairs.jpg"
image9.src ="graphics/verazza.jpg"
image10.src ="graphics/sardinia.jpg"





function link_click(clicks){

if(clicks==0){document.images['large'].src=image0.src;
parent.frames[1].location.href="arianas_nav.html"}

if(clicks==1){document.images['large'].src=image1.src;
parent.frames[1].location.href="blankpage.html"}

if(clicks==2){document.images['large'].src=image2.src;
parent.frames[1].location.href="blankpage.html"}

if(clicks==3){document.images['large'].src=image3.src;
parent.frames[1].location.href="banquet_nav.html"}

if(clicks==4){document.images['large'].src=image4.src;
parent.frames[1].location.href="blankpage.html"}

if(clicks==5){document.images['large'].src=image5.src;
parent.frames[1].location.href="edu_nav.html"}

if(clicks==6){document.images['large'].src=image6.src;
parent.frames[1].location.href="blankpage.html"}

if(clicks==7){document.images['large'].src=image7.src;
parent.frames[1].location.href="blankpage.html"}

if(clicks==8){document.images['large'].src=image8.src;
parent.frames[1].location.href="blankpage.html"}


if(clicks==9){document.images['large'].src=image9.src;
parent.frames[1].location.href="blankpage.html"}

if(clicks==10){document.images['large'].src=image10.src;
parent.frames[1].location.href="review_nav.html"}

}
