

function hideMe(objDisplay) {
	if (objDisplay.style.display == '') {
		objDisplay.style.display = 'none';
	} else {
		objDisplay.style.display = '';
	}
}


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]=''
content[1]='<strong>Complementary Services</strong> - <a href="/complementary_services/hosting/">Hosting</a> | <a href="/complementary_services/domainnames/">Domain Names</a> | <a href="/complementary_services/corporate_strategies/">Corporate Strategies</a> | <a href="/complementary_services/seo/">Search Engine Optimisation</a> | <a href="/complementary_services/ppc/">Pay Per Click</a>'
content[2]='<strong>Web Development</strong> - <a href="/webdevelopment/content_management/">Content Management</a> | <a href="/webdevelopment/ecommerce/">Ecommerce Solutions</a> | <a href="/webdevelopment/operations/">Business Operations</a> | <a href="/webdevelopment/future/">Your Future</a>'
content[3]='<strong>Web Design Services</strong> - <a href="/webdesignservices/templates/">Template Design</a> | <a href="/webdesignservices/maildesign/">Mail Design</a> | <a href="/webdesignservices/singlepagedesign/">Single Page Design</a>'
content[4]='<strong>About Us</strong> - <a href="/map/">Office Location</a> | <a href="/contactus/">Contact Us</a> | <a href="/quotation/">Request a Quote</a>'
content[5]='<strong>Portfolio</strong> - <a href="/contactus/">Contact Us</a> | <a href="/quotation/">Request a Quote</a>'
content[6]='<strong>Contact Us</strong> - <a href="/map/">Office Location</a> | <a href="/quotation/">Request a Quote</a>'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("changetext"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana">'+whichcontent+'<font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana">'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2

