//--------------------------------
// index.html
//
text_write="Welcome to contact with us: "
var fontsize=14
var color="#ffffff"
var align="center"
var Wspeed=100
var font='Arial'
var weight='bold';
var waithide=200

if (document.all) {
	n=0
	writeText='document.all.divZoom.innerHTML=\'<p align=\"\'+align+\'\" style=\"font-family:\'+font+\'; font-size:\'+fontsize+\'px; font-weight:\'+weight+\'; color:\'+color+\'">\'+wtext+\'</p>\''
	closeIt=""
}


//--------------------------------
// index.html
//
var head="display:''"
function doit(header){
	var head=header.style
	if (head.display=="none")
		head.display=""
	else
		head.display="none"
}