
p1 = new Array(6);
p2 = new Array(6);
pn = new Array(6);
pn = ['home','news','retailer','inter','service','about'];
for (i=0;i<6;i++) {
	p1[i] = new Image();
	p1[i].src = '/images/bt/'+pn[i]+'.gif';
	p2[i] = new Image();
	p2[i].src = '/images/bt/'+pn[i]+'2.gif';
}
function change(n,m) {
	//eval('document.images['+(n+2)+'].src=p'+m+'['+n+'].src');
	eval("document.getElementById('img_"+pn[n]+"').src=p"+m+'['+n+'].src');
}
function impressumPopUp() {
	window.open('/popup/impressum.html', 'popup', 'width=400,height=470,left=100,top=200,scrollbars=yes,resizable=yes');
}
function agbPopUp() {
	window.open('/popup/agb.html', 'popup', 'width=650,height=450,left=100,top=100,scrollbars=yes,resizable=yes');
}
function openPartnerShop(pid) {
	window.open('http://www.magnetoplan.de/partnershop.php/initpshop/'+pid+'.html', 'popup', 'width=1000,height=600,left=10,top=10,scrollbars=yes,resizable=yes');
}
function cartHelpPopUp() {
	window.open('/help/cart.html', 'popup', 'width=650,height=450,left=100,top=100,scrollbars=yes,resizable=yes');
}
