﻿var maxCols = 4;
var maxRows = 1;
var imgHeight = "100";
var imgWidth = "133";
var linkPath = "_products/";
var imagePath = linkPath + "_images/";
var pageLink = "";
var i;

images = new Array();
descriptions = new Array();
category = new Array();

images[images.length] = "ablagewagen";descriptions[descriptions.length] = "Ablagewagen (N3 2007)";category [category.length] = "vorrichtung";
images[images.length] = "hebezeug";descriptions[descriptions.length] = "Hebezeug (Rolls-Royce Dtl.)";category [category.length] = "vorrichtung";
images[images.length] = "a320wartungstreppe";descriptions[descriptions.length] = "A320 Wartungstreppe";category [category.length] = "treppe";
images[images.length] = "a320wartungsleiter";descriptions[descriptions.length] = "A320 Wartungsleitern";category [category.length] = "treppe";
images[images.length] = "osthallenfassade";descriptions[descriptions.length] = "Fassadenerneuerung";category [category.length] = "metallbau";
images[images.length] = "psa";descriptions[descriptions.length] = "Personen-Sicherungs-Anlage";category [category.length] = "metallbau";
images[images.length] = "treppe7";descriptions[descriptions.length] = "Treppe Gate 0trepp";category [category.length] = "metallbau";
images[images.length] = "treppe8";descriptions[descriptions.length] = "Treppe (FBS 2003)trepp";category [category.length] = "metallbau";
images[images.length] = "treppe9";descriptions[descriptions.length] = "Wartungstreppen";category [category.length] = "treppe";
images[images.length] = "bremsenwagen";descriptions[descriptions.length] = "Bremsenwagen";category [category.length] = "vorrichtung";
images[images.length] = "hebezeug2";descriptions[descriptions.length] = "Hebezeuge";category [category.length] = "vorrichtung";
images[images.length] = "leitern";descriptions[descriptions.length] = "Leitern";category [category.length] = "treppe";
images[images.length] = "rwh";descriptions[descriptions.length] = "RWH (Air Berlin 2002)";category [category.length] = "vorrichtung";
images[images.length] = "schauffeln";descriptions[descriptions.length] = "Schaukästen";category [category.length] = "spezialwerkzeuge";
images[images.length] = "treppe10";descriptions[descriptions.length] = "Treppe (Air Berlin 2002)";category [category.length] = "treppe";
images[images.length] = "apu";descriptions[descriptions.length] = "APU Bühne";category [category.length] = "buehne";
images[images.length] = "bheber";descriptions[descriptions.length] = "Bremsenheber";category [category.length] = "vorrichtung";
images[images.length] = "bugbuehne";descriptions[descriptions.length] = "Bugbühne";category [category.length] = "buehne";
images[images.length] = "dock";descriptions[descriptions.length] = "Heckdock A320";category [category.length] = "metallbau";
images[images.length] = "hheber";descriptions[descriptions.length] = "Havarieheber";category [category.length] = "vorrichtung";
images[images.length] = "pbruecken";descriptions[descriptions.length] = "Passagierbrücken";category [category.length] = "dienstleistung";
images[images.length] = "lbg";descriptions[descriptions.length] = "Luftfahrtbodengeräte";category [category.length] = "dienstleistung";
images[images.length] = "radkorb";descriptions[descriptions.length] = "Radständer";category [category.length] = "vorrichtung";
images[images.length] = "rollenwagen";descriptions[descriptions.length] = "Ölpressenwagen";category [category.length] = "vorrichtung";
images[images.length] = "segementb";descriptions[descriptions.length] = "Segmentbühne";category [category.length] = "buehne";
images[images.length] = "triebwerkswagen";descriptions[descriptions.length] = "Triebwerkswagen";category [category.length] = "metallbau";
images[images.length] = "vorrichtungen";descriptions[descriptions.length] = "Vorrichtungen";category [category.length] = "vorrichtung";
images[images.length] = "wartungstreppe";descriptions[descriptions.length] = "Wartungstreppe";category [category.length] = "treppe";
images[images.length] = "waschgitter";descriptions[descriptions.length] = "Waschgitter";category [category.length] = "vorrichtung";
images[images.length] = "radst";descriptions[descriptions.length] = "Wartungsbühne";category [category.length] = "buehne";
images[images.length] = "materialwagen";descriptions[descriptions.length] = "Materialwagen";category [category.length] = "metallbau";
images[images.length] = "dock5";descriptions[descriptions.length] = "Dock 5 Umbau";category [category.length] = "metallbau";
images[images.length] = "rtwagen";descriptions[descriptions.length] = "Radtransportwagen";category [category.length] = "vorrichtung";
images[images.length] = "bugwbuehne";descriptions[descriptions.length] = "Bug-Wartungsbühne";category [category.length] = "buehne";
images[images.length] = "haengertreppe";descriptions[descriptions.length] = "Hängertreppe";category [category.length] = "treppe";
images[images.length] = "scherenwagen";descriptions[descriptions.length] = "Scheren-Hubwagen";category [category.length] = "vorrichtung";
images[images.length] = "pedestal";descriptions[descriptions.length] = "Pedestal";category [category.length] = "vorrichtung";
images[images.length] = "fassade";descriptions[descriptions.length] = "Fassaden-Erneuerung";category [category.length] = "metallbau";




function getURLParam(strParamName){

var strReturn = "";

var strHref = window.location.href;

if ( strHref.indexOf("?") > -1 ){

var strQueryString = strHref.substr(strHref.indexOf("?"));

var aQueryString = strQueryString.split("&");

for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){

if ( 
aQueryString[iParam].indexOf(strParamName + "=") > -1 ){

var aParam = aQueryString[iParam].split("=");

strReturn = aParam[1];

break;

}

}

}

return strReturn;

}

