if (document.images) {
		ButHome01 = new Image
		ButHome02 = new Image
		ButAbout01 = new Image
		ButAbout02 = new Image
		ButBio01 = new Image
		ButBio02 = new Image
		ButPress01 = new Image
		ButPress02 = new Image
		ButWholesale01 = new Image
		ButWholesale02 = new Image
		ButContact01 = new Image
		ButContact02 = new Image
		ButGallery01 = new Image
		ButGallery02 = new Image
		ButGalleryLrg = new Image
		ButShop01 = new Image
		ButShop02 = new Image
		
		ButHome01.src = "images/ButHome01.gif"
		ButHome02.src = "images/ButHome02.gif"
		ButAbout01.src = "images/ButAbout01.gif"
		ButAbout02.src = "images/ButAbout02.gif"
		ButBio01.src = "images/ButBio01.gif"
		ButBio02.src = "images/ButBio02.gif"
		ButPress01.src = "images/ButPress01.gif"
		ButPress02.src = "images/ButPress02.gif"
		ButWholesale01.src = "images/ButWholesale01.gif"
		ButWholesale02.src = "images/ButWholesale02.gif"
		ButContact01.src = "images/ButContact01.gif"
		ButContact02.src = "images/ButContact02.gif"
		ButGallery01.src = "images/ButGallery01.png"
		ButGallery02.src = "images/ButGallery02.png"
		ButGalleryLrg.src = "images/ButGalleryLrg.png"
		ButShop01.src = "images/ButShop01.gif"
		ButShop02.src = "images/ButShop02.gif"

}

else {

		ButHome01 = ""
		ButHome02 = ""
		ButAbout01 = ""
		ButAbout02 = ""
		ButBio01 = ""
		ButBio02 = ""
		ButPress01 = ""
		ButPress02 = ""
		ButWholesale01 = ""
		ButWholesale02 = ""
		ButContact01 = ""
		ButContact02 = ""
		ButGallery01 = ""
		ButGallery02 = ""
		ButShop01 = ""
		ButShop02 = ""

		
		document.ButHome = ""
		document.ButAbout = ""
		document.ButBio = ""
		document.ButPress = ""
		document.ButWholesale = ""
		document.ButContact = ""
		document.ButGallery = ""
		document.ButShop = ""
		
}


function new11Window() {
		detailWindow = window.open('press/lifestyle01detail.html','characters','height=600,width=650,scrollbars=yes')
}

