
function drqshow(input) {
	var item=document.getElementById(input);
	var cform="DrQueue, the Open Source Distributed Render Queue";
	var current=document.getElementById(input).innerHTML;
	if(current != cform)
	{
// 	document.write(current);
	item.innerHTML = cform;
	}
	else {
	item.innerHTML = "<div class='carea' style='width: 550px; margin: 10px 10px;'><form action='vdetails.php' method='post'><span style='float: right;'><label for='message'>Additional Information:</label><textarea rows='3' name='message' id='message' cols='25' tabindex='4'></textarea></span><label for='name'>Name:</label><input name='name' id='name' type='text' size='20' tabindex='1' /><br /><label for='email'>E-mail:</label><input name='email' id='email' type='text' size='20' tabindex='2' /><br /><!--//<label for='tel'>Tel:</label><input name='tel' id= 'tel' type='text' size='20' tabindex='3' />//--><br /><div align='center' style='margin-top: 2px;'><input type='submit' name='action' id='submit' value='Submit' tabindex='5' /></div></div>";
	}

}

//<fieldset style='width: 550px; margin-top: 0px;'><legend>Contact Us for More Information</legend>
//</fieldset>

