// JavaScript Document



var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','width=425,height=300');
	if (window.focus) {newwindow.focus()}
	
	//height=360,width=310
}

//preload image files
   image_1 = new Image()
   image_1.src = "images/bandphotos/navid/aya-brett-eyes.jpg"
   image_2 = new Image()
   image_2.src = "images/bandphotos/navid/aya-brett-chair.jpg"
   image_3 = new Image()
   image_3.src = "images/bandphotos/aya-full.jpg"
   image_4 = new Image()
   image_4.src = "images/promo/ZoomSuitCover2.jpg"
   image_5 = new Image()
   image_5.src = "images/promo/InvasionSoundtrackfront-big.jpg"
   image_6 = new Image()
   image_6.src = "images/promo/DynastySoundtrackfront.jpg"
   image_7 = new Image()
   image_7.src = "images/promo/straylight-big.jpg"
   image_8 = new Image()
   image_8.src = "images/newtimes/cover-newtimes.jpg"
   image_9 = new Image()
   image_9.src = "images/bandphotos/aya/aya-fallz-com.jpg"
//DetectImageSize function
   function DetectImageSize(picName,picTitle){
      picURL=picName.src
      newWindow=window.open(picURL,'newWin','toolbar=no,resizable=1,width='+picName.width+',height='+picName.height)
      newWindow.document.write('<html><head><title>'+picTitle+'<\/title><\/head><body background="'+picURL+'"><\/body><\/html>')
      newWindow.resizeBy(picName.width-newWindow.document.body.clientWidth,picName.height-newWindow.document.body.clientHeight)
      newWindow.focus()
   } 
   
function epdetails() {
var epdetails = window.open('fallz-ep-details.htm','','scrollbars=yes,menubar=no,height=900,width=800,resizable=yes,toolbar=no,location=no,status=no');
}
function tshirtdetails() {
var tshirtdetails = window.open('fallz-tshirt-details.htm','','scrollbars=yes,menubar=no,height=900,width=800,resizable=yes,toolbar=no,location=no,status=no');
}
function photodetails() {
var photodetails = window.open('fallz-photo-details.htm','','scrollbars=yes,menubar=no,height=900,width=800,resizable=yes,toolbar=no,location=no,status=no');
}
function stickerdetails() {
var stickerdetails = window.open('fallz-sticker-details.htm','','scrollbars=yes,menubar=no,height=700,width=800,resizable=yes,toolbar=no,location=no,status=no');
}

function epdetailseu() {
var epdetails = window.open('fallz-ep-details-eu.htm','','scrollbars=yes,menubar=no,height=900,width=800,resizable=yes,toolbar=no,location=no,status=no');
}
function tshirtdetailseu() {
var tshirtdetails = window.open('fallz-tshirt-details-eu.htm','','scrollbars=yes,menubar=no,height=900,width=800,resizable=yes,toolbar=no,location=no,status=no');
}
function photodetailseu() {
var photodetails = window.open('fallz-photo-details-eu.htm','','scrollbars=yes,menubar=no,height=900,width=800,resizable=yes,toolbar=no,location=no,status=no');
}
function stickerdetailseu() {
var stickerdetails = window.open('fallz-sticker-details-eu.htm','','scrollbars=yes,menubar=no,height=700,width=800,resizable=yes,toolbar=no,location=no,status=no');
}

//-->
