<!--

/*
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]='<img src="images/index_07.jpg" width="205" height="294" alt="">'

content[1]='<img src="images/index_07_FAQ.jpg" width="205" height="294" alt="">'

content[2]='<img src="images/index_07_CONTACTUS.jpg" width="205" height="294" alt="">'

content[3]='<img src="images/index_07_CORDLESS.jpg" width="205" height="294" alt="">'

content[4]='<img src="images/index_07_CORDED.jpg" width="205" height="294" alt="">'

content[5]='<img src="images/index_07_DATA.jpg" width="205" height="294" alt="">'

content[6]='<br><big><b>Text animations</b></big><br>Text have been silent for too long- DHTML promises to free them, with flying text, typing text, dragable text, and more.'

content[7]='<br><big><b>Browser window</b></big><br>Click here scripts related to the browser window and frames.'

content[8]='<br><big><b>Other</b></big><br>All scripts that don\'t comfortably fit in any of the above categories go here...'

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("descriptions"):document.all.descriptions
									cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
											  } else if (document.layers){
							document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
							document.d1.document.d2.document.close()
																		 }

												}

function appear(){
					document.d1.visibility='show'
				 }

window.onload=regenerate2


//-->

