// Javascripts für Introseite
// ganz schnell gemacht, kann verbessert oder verändert werden
// so funktionierts halt mal


function openBatClub() {

	breite = screen.width - 10;
	hoehe = screen.height - 30;
	BacardiBatclub=window.open("http://www.batclub.at/flash.htm", "BacardiBatclub", "width="+breite+",height="+hoehe+",left=0,top=0, menubar=no, resizable=no, status=no, scrollbars=auto"); 

}

function Mini() {
	breite = screen.width - 10;
	hoehe = screen.height - 200;
	bacardiMini=window.open("/bacardiMini.htm","bacardiMini","width="+breite+",height="+hoehe+",left=0,top=0,location,titelbar=yes,toolbar=yes,menubar=yes,status=yes,resizable=yes,scrollbars=auto,fullscreen=false");
	self.close();
}

function Full() {
	breite = screen.width - 10;
	hoehe = screen.height - 30;
	bacardiFull=window.open("/microsite/loader.html", "bacardiFull", "width="+breite+",height="+hoehe+",left=0,top=0, fullscreen=1, menubar=no, resizable=no, status=no, scrollbars=auto"); 
	self.close();
}


function FullStart() {
	breite = screen.width - 10;
	hoehe = screen.height - 30;
	bacardiFull=window.open("/microsite/loader.html", "bacardiFull", "width="+breite+",height="+hoehe+",left=0,top=0, fullscreen=1, menubar=no, resizable=no, status=no, scrollbars=auto");  
}


function popUp(id) {
 
   //wird vom Flash Intro aufgerufen um die popups zu öffnen

   if (id==1) {kontakt=open("http://www.bacardi.at/topnavi/contact.html","kontakt","width=400,height=560");kontakt.focus();}
   if (id==2) {tell=open("http://www.bacardi.at/topnavi/tell_friend.html","tell","width=400,height=510");tell.focus();}
  // if (id==3) {alpWin=open('/heatalps/popupalp.html','banner','menubar=no,scrollbars=no,status=no,width=500,height=255');}
}


function openSub(id) {

   //wird vom Flash Intro augerufen um zu den Subseiten zu gelangen
   eigenschaften="left=0,top=0,width="+screen.width+",height="+screen.height+",location,titelbar=yes,toolbar=yes,menubar=yes,status=yes,resizable=yes,scrollbars=yes,fullscreen=0"

   if (id==1) {b=open("http://www.bacardi.at/bacardi.php?s=01_drinks/drinks.php","b",eigenschaften)}
   if (id==2) {b=open("http://www.bacardi.at/bacardi.php?s=03_products/products.html","b",eigenschaften)} 
   if (id==3) {b=open("http://www.bacardi.at/bacardi.php?s=04_events/events.html","b",eigenschaften)}
   if (id==4) {b=open("http://www.bacardi.at/bacardi.php?s=06_company/company.html","b",eigenschaften)}
   if (id==5) {b=open("http://www.bacardi.at/bacardi.php?s=04_events/event_alps.html","b",eigenschaften)}

	//alpWin=open('/heatalps/popupalp.html','banner','menubar=no,scrollbars=no,status=no,width=500,height=255');

   
   self.close();
   b.focus();
   //alpWin.focus()
}