<!--
function varitext(text){
text=document;
print(text);
}


var tex;
var texxt;
var i;
i=0;

function intr(){
	tex = document.getElementById("typing");
	textt = tex.firstChild.nodeValue;
	tex.firstChild.nodeValue = "R";
	tex.style.left=0;
	return textt;
}

function doitnow(){
		if(i<textt.length+1){
		tex.firstChild.nodeValue = textt.substring(0,i);
		i=i+1;
		window.setTimeout("counting()",100);
		}else{ 
		return false;
		}
}

function counting(){
	doitnow();
	}

function yessir(){
intr();
doitnow();
}


function validate(){
pos = document.theform.name.value.indexOf(" ");
pas = document.theform.email.value.indexOf("@");
if(pos<1 || document.theform.name.value.length<5){
alert("Please enter your full name.");
document.theform.name.focus();
return false;
}
if(pas<1 || document.theform.email.value.length<5){
alert("Please enter a valid email address.");
document.theform.email.focus();
return false;
}
if(document.theform.subject.value.length<2){
alert("Please enter the subject.");
document.theform.subject.focus();
return false;
}
if(document.theform.message.value.length<2){
alert("Please enter a message.");
document.theform.message.focus();
return false;
}
return true;
}

if (screen.width > 810){
	document.write("<link rel=\"stylesheet\" href=\"icon_wide.css\" type=\"text/css\" media=\"screen\">");
}

document.write("<link rel=\"stylesheet\" href=\"icon_dhtml.css\" type=\"text/css\" media=\"screen\">");
// Browser Window Size and Position
// copyright Stephen Chapman, 3rd Jan 2005, 8th Dec 2005
// you may copy these functions but please keep the copyright notice as well

/*function posTop() {
return typeof window.pageYOffset != 'undefined' ? window.pageYOffset:document.documentElement && document.documentElement.scrollTop? document.documentElement.scrollTop: document.body.scrollTop?document.body.scrollTop:0;
} 


function start() {
	window.setTimeout("move();",100);
	window.setTimeout("setVis();",200);
}

function setVis() {
	ob1.visibility="visible";
	ob2.visibility="visible";
	}

var yTop=130;
var speed=1;
var yPos=130


function move(){
	ob1 = document.getElementById("side1").style;
	ob2 = document.getElementById("side3").style;
	if (posTop()<=130) {
	ob1.top=yPos+"px";
	ob2.top=yPos+"px";
	} else {
	ob1.top=yTop+"px";
	ob2.top=yTop+"px";
	yTop-=speed*(yTop-posTop())/5;
	}
	window.setTimeout("move();",1);
}

window.onLoad = window.setTimeout("start();",500);
*/
-->