var root = 'http://www.top-tec-pcb.com/eng/sites/';
//var root = 'file:///M|/__Marco__/root%20toptec%20new/eng/sites/';
var br = '<br>';
var p =' &laquo;&raquo;';
var trenner = '<hr width="560" style="margin-left: 5px; background-color: #000000; color: #000000; height: 1px;">'

var menu_start = "javascript:loadFrames('submenu','"+ root + "../menu/submenu_1.html','main','";
var menu_end = "','underhead','" + root + "../menu/menu.html')";

var m00 = ' <a href="' + menu_start + root + 'products/pcb_0.html' + menu_end + '"><b>PCB Series</b></a>';
var m10 = ' <a href="' + menu_start + root + 'products/pool_0.html' + menu_end +'"><b>PCB Prototypes</b></a>';
var m30 = ' <a href="' + menu_start + root + 'products/smd_0.html' + menu_end + '"><b>SMD-Stencils</b></a>';
var m40 = ' <a href="http://www.top-tec-pcb-online.com/power/index_en.php" target="_new"><b>PCB-Calculator</b></a>';

function loadFrames(frame1,page1,frame2,page2,frame3,page3) {
	eval("parent."+frame1+".location='"+page1+"'");
	eval("parent."+frame2+".location='"+page2+"'");
	eval("parent."+frame3+".location='"+page3+"'");
}

document.write 
(
	"<div style='font-size: 10px;'>" + br + trenner + m40 + p + m00 + p + m10 + p + m30 + br + br + "</div>"
);





