var f2 = new Array()
var pg = 4;
f2[0]='<b>Why FactoryTwo?</b><br><br>With more than five years of national and international experience in web design, FactoryTwo is the right<br>partner for your professional web presence.<br><br>We are proud to showcase a wide spectrum of various<br>online projects for small and medium sized companies<br>and some award-winning websites for strong international brands with complex user interfaces such as intra- and extranets.<p>"Users judge whether a website is what they are looking<br>for in a matter of seconds - let`s make sure they get<br>an accurate picture"'
f2[1]='<b>About us</b><br><br>School buddies in Namibia during the 80\'s. Graphic-<br>and webdesign studies in the Cape during the 90\'s.<br>A few years later Michael and Jörg started working as webdesigners at PopNet in Munich (now part of BBDO worldwide network), one of Europe\'s leading full service webdesign enablers.<br><br>After seven years of "Bratwurst und Sauerkraut" the<br>two decided to return to South Africa to dedicate their<br>passion driven design skills to their own company.<br><br>So here they are back in the heart of Cape Town,<br>focusing their energy on a creative mission...'
f2[2]='<b>Contact us</b><br><br>Please feel free to contact us anytime regarding<br>a project proposal, or any other questions you<br>may have.<br><br>136 Upper Waterkant Street<br>Cape Town 8001<br>South Africa<br><br>Tel +27 (21) 418 8230<br>Fax +27 (21) 425 4537<br><br><a href="mailto:info@factorytwo.co.za">info@factorytwo.co.za</a>'

function mOvr(target) {
	if(target==0) document.b1.src='img/b1ovr.gif';
	if(target==1) document.b2.src='img/b2ovr.gif';
	if(target==2) document.b3.src='img/b3ovr.gif';
}

function mOut(target) {
	if(target==0&&pg!=target) document.b1.src='img/b1.gif';
	if(target==1&&pg!=target) document.b2.src='img/b2.gif';
	if(target==2&&pg!=target) document.b3.src='img/b3.gif';
}

function chngTo(target,timg) {
	if (document.all||document.getElementById){
		cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
		cross_el.innerHTML='<font class=divfontIE>'+target+'</font>'
	}
	else if (document.layers){
		document.d1.document.d2.document.write('<font class=divfontNav>'+target+'</font>')
		document.d1.document.d2.document.close()
	}
	document.b1.src='img/b1.gif';
	document.b2.src='img/b2.gif';
	document.b3.src='img/b3.gif';
	mOvr(timg);
	pg=timg;
}

function regenerate(){
	window.location.reload()
}
function regenerate2(){
	if (document.layers){
		appear()
		setTimeout("window.onresize=regenerate",450)
	}
	chngTo(f2[0]);
}

function appear(){
	document.d1.visibility='show'
}
window.onload=regenerate2

