//var url = "file:\/\//M|\/__Marco__\/root%20toptec%20new\/ger\/"; 
var url = "http:\/\/www.top-tec-pcb.com\/ger\/"; 
var origURL = location.search;
function check()
{
	if(origURL)
	{
		frames.main.location.href = origURL.substring(1,origURL.length);
	}
}

var service = new Array("null","pcb","pool","poolx","induct","smd");
var type = new Array("null","products","support","company");

function gosite(s,o,p) // Service, Option, Preis?
{
	if (p == 1)
	{
		eval("main.location.href='" + url + "sites/products/" + service[s] + "_2_1.html';");
	}
	else
	{
		eval("main.location.href='" + url + "sites/products/" + service[s] + "_" + o + ".html';");
	}
}

function gomenu(t) //Menu, Type
{
	eval("submenu.location.href='" + url + "menu/submenu_" + t + ".html';");
	eval("main.location.href='" + url + "sites/" + type[t] + "/" + type[t] + ".html';");
}
