function oneWindow() {
        hotelWindow = window.open('', 'newWin', 'width=425,height=279')
        hotelWindow.document.write("<HTML><HEAD><TITLE>Superfast Ferries - Ship<\/TITLE><\/HEAD><BODY>")
		hotelWindow.document.write("<DIV id='Layer1' style='position:absolute; width:425px; height:279px; z-index:1; left: -0; top: -0'><img src='SuperFastFerries/images/superfastVIIlarge.jpg' width='425' height='279' alt='Superfast Ferries - Ship'><\/DIV>")
		hotelWindow.document.write("<\/BODY><\/HTML>")
        hotelWindow.setTimeout("self.close();",10000)
        
}

function twoWindow() {
        hotelWindow = window.open('', 'newWin', 'width=425,height=279')
        hotelWindow.document.write("<HTML><HEAD><TITLE>Superfast Ferries - Ship<\/TITLE><\/HEAD><BODY>")
		hotelWindow.document.write("<DIV id='Layer1' style='position:absolute; width:425px; height:279px; z-index:1; left: -0; top: -0'><img src='SuperFastFerries/images/superfastVIIlarge3.jpg' width='425' height='279' alt='Superfast Ferries - Ship'><\/DIV>")
		hotelWindow.document.write("<\/BODY><\/HTML>")
        hotelWindow.setTimeout("self.close();",10000)
        
}

function threeWindow() {
        hotelWindow = window.open('', 'newWin', 'width=425,height=279')
        hotelWindow.document.write("<HTML><HEAD><TITLE>Superfast Ferries - Ship<\/TITLE><\/HEAD><BODY>")
		hotelWindow.document.write("<DIV id='Layer1' style='position:absolute; width:425px; height:279px; z-index:1; left: -0; top: -0'><img src='SuperFastFerries/images/superfastVIIlarge2.jpg' width='425' height='279' alt='Superfast Ferries - Ship'><\/DIV>")
		hotelWindow.document.write("<\/BODY><\/HTML>")
        hotelWindow.setTimeout("self.close();",10000)
        
}

function fourWindow() {
        hotelWindow = window.open('', 'newWin', 'width=425,height=279')
        hotelWindow.document.write("<HTML><HEAD><TITLE>Superfast Ferries - Bar<\/TITLE><\/HEAD><BODY>")
		hotelWindow.document.write("<DIV id='Layer1' style='position:absolute; width:425px; height:279px; z-index:1; left: -0; top: -0'><img src='SuperFastFerries/images/superfastVIIbar.jpg' width='425' height='279' alt='Superfast Ferries - Bar'><\/DIV>")
		hotelWindow.document.write("<\/BODY><\/HTML>")
        hotelWindow.setTimeout("self.close();",10000)
        
}

function fiveWindow() {
        hotelWindow = window.open('', 'newWin', 'width=425,height=279')
        hotelWindow.document.write("<HTML><HEAD><TITLE>Superfast Ferries - Drivers Lounge<\/TITLE><\/HEAD><BODY>")
		hotelWindow.document.write("<DIV id='Layer1' style='position:absolute; width:425px; height:279px; z-index:1; left: -0; top: -0'><img src='SuperFastFerries/images/superfastVIIdriverslounge.jpg' width='425' height='279' alt='Superfast Ferries - Drivers Lounge'><\/DIV>")
		hotelWindow.document.write("<\/BODY><\/HTML>")
        hotelWindow.setTimeout("self.close();",10000)
        
}