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("banquet_menus.pdf","pdfmenu","scrollbars=yes,resizable=yes,toolbar=no,menubar=no");
 }
 
 function PrintLunchMenu(){
 window.open("fs_lunch_menu.pdf","pdflunchmenu","scrollbars=yes,resizable=yes,toolbar=no,menubar=no");
  }
function PrintDinnerMenu(){
window.open("fs_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 ="fountainside_graphics/banner_pics/trevi_fountain_small.jpg"
image1.src ="fountainside_graphics/banner_pics/fontana_del_tritone .jpg"
image2.src ="fountainside_graphics/banner_pics/fontana_delle_tartarughe.jpg"
image3.src ="fountainside_graphics/banner_pics/fountain_amphorae.jpg"
image4.src ="fountainside_graphics/banner_pics/fontana_delle_quattro.jpg"
image5.src ="fountainside_graphics/banner_pics/italy_rome_fountain.jpg"
image6.src ="fountainside_graphics/banner_pics/lion.jpg"
image7.src ="fountainside_graphics/banner_pics/pantheon_fountain.jpg"
image8.src ="fountainside_graphics/banner_pics/tivoli.jpg"
image9.src ="fountainside_graphics/banner_pics/fontana_roma.jpg"
image10.src ="fountainside_graphics/banner_pics/fontana_roma_2.jpg"



function link_click(clicks){

if(clicks==0){document.images['large'].src=image0.src;
parent.frames[1].location.href="fountainside_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"}

}











