﻿// JScript File

function OpenWindow(URL, Name, Height, Width)
{
    options="width=" + Width + ",height=" + Height + ",resizable=yes,scrollbars=yes";
    //options="width=" + Width + ",height=" + Height + ",screenX=0,screenY=0,resizable=yes,scrollbars=yes"
	wi = window.open(URL,Name,options);
	wi.focus();
}

 function reifenkonturen(brand, language)
    {

        //     window.open('dunlop_german.cont2','Reifenkonturen','width=800, height=567, resizable=yes');
        //       window.open('http://fulda.tiremanager.de/gscontour/fulda_german.cont2?dum=75368683531052006171121','Reifenkonturen','width=800, height=567, resizable=yes');
     time = new Date();
        //http://web6.www04.ns1.de/reifenkonturen/ecoplan/dunlop_german.cont2
        //http://web6.www04.ns1.de/reifenkonturen/ecoplan/dunlop_english.cont2
        //window.open('http://fulda.tiremanager.de/gscontour/fulda_german.cont2?dum=75368683531052006171121' + time,'Reifenkonturen','width=800, height=567, resizable=yes');
       window.open('http://www.tyrecontours.com/reifenkonturen/ecoplan/' + brand + '_' + language + '.cont2?dum=75368683531052006171121' + time,'Reifenkonturen','width=800, height=567, resizable=yes');
    }
