<!--

/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


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]='&nbsp;'
content[1]='Jamel Industries - They make quality furniture and sell it internationally. Have a look at their online catalogue of products.'
content[2]='Vanessa Raffaele - Vanessa is a singer and songwriter from Perth. The web site features Real Audio streaming so you can listen to her songs online.'
content[3]='Causerano Tiling Contractors - Quality Wall &amp; Floor Ceramic Tilers with 30 years experience. Specialising in Polished Porcelain floors.'
content[4]='Boss Shopfitting - Need your shop fitted out or some cabinets made? Call the Boss. The site features a portfolio of past projects so that you can get a better idea of what Boss can do.'
content[5]='Trend Ceramics - Ceramic tiles imported from around the world. The web site features video streaming of Trend\'s TV ad.'
content[6]='Ristorante L\'Anfora - Authentic Italian cuisine in the city of Bochum, Germany. The web site contains L\'Anfora\'s full in-house and party service menus. Entirely in German.'
content[7]='Afkos Industries - Western Australian Engineers servicing the Mining, Mineral Exploration, Oil and Gas, Shipping, Agriculture and Transport Industries in Australia.'


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("siteinfo"):document.all.descriptions
		cross_el.innerHTML='<DIV CLASS="siteinfo">'+whichcontent+'</DIV>'
	}
	else if (document.layers) {
		document.d1.document.d2.document.write('<DIV CLASS="siteinfo">'+whichcontent+'</DIV>')
		document.d1.document.d2.document.close()
	}
}

function appear() {
	document.d1.visibility='show'
}

window.onload=regenerate2


//-->
