
 function openPopUp(dateiname)
 {
	window.open(dateiname,'popup','scrollbars=no,width=680,height=540,screenX=0,screenY=0');
 }
 
 function NeuFenster(dateiname)
{
var breite = screen.width;
var hoehe = screen.height;
var fensterbreite = 560; // Hier die gewŸnschte Breite des PopUp-Fensters eingeben.
var fensterhoehe = 440; // Hier die gewŸnschte Hšhe des PopUp-Fensters eingeben.
var pos_x = (breite/2)-(fensterbreite/2);
var pos_y = (hoehe/2)-(fensterhoehe/2);

var MeinFenster = window.open(dateiname, "FensterNeu","width="+fensterbreite+",height="+fensterhoehe+", scrollbars=yes,left="+pos_x+",top="+pos_y+"");
MeinFenster.focus();

}


function random_banner_engineering()
	{
try{

var img_name = new Array("media/content/img_all/sz/banner_engineering1.jpg", "media/content/img_all/sz/banner_engineering2.jpg", "media/content/img_all/sz/banner_engineering3.jpg", "media/content/img_all/sz/banner_engineering4.jpg", "media/content/img_all/sz/banner_engineering5.jpg");

var l = img_name.length;

var rnd_no = Math.floor(l*Math.random());

document.banner_engineering.src = img_name[rnd_no];
}
catch (e){

         }

}

function random_banner_shop()
	{
var img_name_shop = new Array("url(media/content/img_all/sz/banner_shopprodukt1.jpg)", "url(media/content/img_all/sz/banner_shopprodukt2.jpg)", "url(media/content/img_all/sz/banner_shopprodukt3.jpg)");

var l_shop = img_name_shop.length;

var rnd_no_shop = Math.floor(l_shop*Math.random());

newImage_shop = img_name_shop[rnd_no_shop];
document.getElementById('banner_shopprodukt').style.backgroundImage = newImage_shop;

//alert(rnd_no_shop);


if (rnd_no_shop == 0) {	

	document.write("<table width=100% border=0 cellspacing=5 cellpadding=5><tr><td align=left valign=bottom class=content_sz><a href=kategorie/c100100602010_IBC-station-Eco--2-IBC-without-pallet.html style=text-decoration:none;><strong>IBC stations, model ECO, 2 KTC</strong></a><br><a href=kategorie/c100100602010_IBC-station-Eco--2-IBC-without-pallet.html style=text-decoration:none;>Store up to two IBCs conveniently using the ECO model IBC sumps.</a><br><table border=0 height=5 bgcolor=#1985C6 width=85px; cellpadding=0 cellspacing=0 style=margin:3px;padding-top:2px;background-image:url(media/content/img_all/sz/bg_navi_home.jpg);><tr><td class=content_sz width=85px height=23px align=center><a href=kategorie/c100100602010_IBC-station-Eco--2-IBC-without-pallet.html style=color:#FFFFFF;font-weight:bold;font-size:90%;text-decoration:none;><img src=templates/xtc4/img/dummy.gif width=10 height=3 border=0 /><br />Buy now</a></td></tr></table></td></tr></table>");
	document.formx.hidden1.value = 'kategorie/c100100602010_IBC-station-Eco--2-IBC-without-pallet.html';
	
 } else if (rnd_no_shop == 1) {	

	document.write("<table width=100% border=0 cellspacing=5 cellpadding=5><tr><td align=left valign=bottom class=content_sz><a href=kategorie/c100100452080_PolySafe-pallet-ECO-2-blue.html style=text-decoration:none;><strong>PolySafe ECO sumps, 270 litres</strong></a><br><a href=kategorie/c100100452080_PolySafe-pallet-ECO-2-blue.html style=text-decoration:none;>Store up to two 205 litre drums safely and conveniently with the PolySafe ECO sump.</a><br><table border=0 height=5 bgcolor=#1985C6 width=85px; cellpadding=0 cellspacing=0 style=margin:3px;padding-top:2px;background-image:url(media/content/img_all/sz/bg_navi_home.jpg);><tr><td class=content_sz width=85px height=23px align=center><a href=kategorie/c100100452080_PolySafe-pallet-ECO-2-blue.html style=color:#FFFFFF;font-weight:bold;font-size:90%;text-decoration:none;><img src=templates/xtc4/img/dummy.gif width=10 height=3 border=0 /><br />Buy now</a></td></tr></table></td></tr></table>");
	document.formx.hidden1.value = 'kategorie/c100100452080_PolySafe-pallet-ECO-2-blue.html';
		
 } else if (rnd_no_shop == 2) {	

	document.write("<table width=100% border=0 cellspacing=5 cellpadding=5><tr><td align=left valign=bottom class=content_sz><a href=kategorie/c100100601060_IBC-Station-R-Yellow-with-dispensing-lip.html style=text-decoration:none;><strong>IBC stations, model R</strong></a><br><a href=kategorie/c100100601060_IBC-Station-R-Yellow-with-dispensing-lip.html style=text-decoration:none;>Make the most of the flexibility of the compact model R IBC stations, which allow you to store and dispense liquids safely.</a><br><table border=0 height=5 bgcolor=#1985C6 width=85px; cellpadding=0 cellspacing=0 style=margin:3px;padding-top:2px;background-image:url(media/content/img_all/sz/bg_navi_home.jpg);><tr><td class=content_sz width=85px height=23px align=center><a href=kategorie/c100100601060_IBC-Station-R-Yellow-with-dispensing-lip.html style=color:#FFFFFF;font-weight:bold;font-size:90%;text-decoration:none;><img src=templates/xtc4/img/dummy.gif width=10 height=3 border=0 /><br />Buy now</a></td></tr></table></td></tr></table>");
	document.formx.hidden1.value = 'kategorie/c100100601060_IBC-Station-R-Yellow-with-dispensing-lip.html';
	
	

 } 


//alert(img_name_shop[rnd_no_shop]);
//alert(newImage_shop);


//document.oink.hidden1.value = img_name_shop[rnd_no_shop];

//document.getElementById('banner_shopprodukt').style.backgroundImage = img_name_shop[rnd_no_shop];


//document.banner_engineering.src = img_name[rnd_no];

//newImage = "url(media/content/img_all/sz/banner_shopprodukt2.jpg)";
//document.getElementById('banner_shopprodukt').style.backgroundImage = newImage;

//alert(newImage);
//alert(newImage_shop);

}


function openurl() {
window.location.href = document.formx.hidden1.value;
}


function GetRandom( min, max ) {
              if( min > max ) {
                      return( -1 );
              }

              if( min == max ) {

                      return( min );

              }

       

              return( min + parseInt( Math.random() * ( max-min+1 ) ) );

      }


//alert(document.getElementById('banner_shopprodukt').style.backgroundImage);



