// VARIABLES Y FUNCIONES PROGRAMADAS PARA APLICACIONES REYCOMOTOR
// Archivo JScript - Secuencia de Comandos Páginas y/o Marcas no disponibles
// Copyright © 2002-2005 TAESAVision Multimedia - Carlos Baztán

// ****** DEFINICION VARIABLES INICIALES DE ENTORNO
var display1 = "La Página Web de Información de ésta marca no está disponible en éste momento."
var display2 = "The Information Web Page of this brand is not available in this moment."
var display4 = "Esta Página Web se encuentra en proceso de diseño."
var display3 = "REYCOMOTOR... ¿Quiénes somos?" + "\n" + display4
var display6 = "This Web Page is in design process."
var display5 = "REYCOMOTOR... Who are?" + "\n" + display6

// ****** Documentos vinculados
var theURL = '';
var winName = '';
var features = 'scrollbars=yes,toolbar=no,menubar=no,status=no,width=790,height=569,top=0px,left=0px';
var features1 = 'scrollbars=no,toolbar=no,menubar=no,status=no,width=660,height=440,top=0px,left=0px';
var features2 = 'scrollbars=no,toolbar=no,menubar=no,status=no,width=790,height=569,top=0px,left=0px';

function openMahleDoc() {
	winName = 'MahleFilt';
	theURL = 'Mahle/Filter/Mahle.htm';
	//v2.0
	window.open(theURL,winName,features);
}

function openMahleDoc1() {
	winName = 'MahleFilt';
	theURL = 'Mahle/Filter/Mahle1.htm';
	//v2.0
	window.open(theURL,winName,features);
}

function openMahleDoc2() {
	winName = 'MahleEngine';
	theURL = 'Mahle/Engine/Engine.htm';
	//v2.0
	window.open(theURL,winName,features);
}

function openMahleDoc3() {
	winName = 'MahleEngine';
	theURL = 'Mahle/Engine/Engine1.htm';
	//v2.0
	window.open(theURL,winName,features);
}

// Aplicación ReycomotorEngineData

function openEngine() {
	winName = 'EngCalc';
	theURL = 'Calculo/Calcul.htm';
	//v2.0
	window.open(theURL,winName,features1);
}

function openEngine1() {
	winName = 'EngCalc';
	theURL = 'Calculo/Calcul1.htm';
	//v2.0
	window.open(theURL,winName,features1);
}

// Dunlop Tires Applications

function openDUNLOP() {
	winName = 'DunlopWeb';
	theURL = 'Dunlop/Main.htm';
	window.open(theURL,winName,features2);
}

function openDUNLOP1() {
	winName = 'DunlopWeb1';
	theURL = 'Dunlop/Main1.htm';
	window.open(theURL,winName,features2);
}

// FEBI bilstein group applications

function openFEBI() {
	winName = 'FebiWeb';
	theURL = 'Febi/Main.htm';
	window.open(theURL,winName,features2);
}

function openFEBI1() {
	winName = 'FebiWeb1';
	theURL = 'Febi/Main1.htm';
	window.open(theURL,winName,features2);
}

// End Script

// Copyright © 2002-2005 TAESAVision Multimedia - Carlos Baztán
// Copyright © 2002-2005 REYCOMOTOR