//\//////////////////////////////////////////////////////////////////////////////////
//\  Hide Content 1.0  --  This notice must remain untouched at all times.
//\  Copyright ONLINEMEDIADESIGNS.COM 2004-2006. All rights reserved.
//\
//\  Last modified 2002-11-01.
//\
//\  Please give credit on sites that use Hide Content 1.0 and submit changes of the script
//\  so other people can use them as well. This script is free to use, don't abuse.
//\//////////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////////////
// CONSTANTS
// Make your changes here. :)
////////////////////////////////////////////////////////////////////////////////////
<!--
function DoViewIFRAME(tid1,tid2,tid3) {
document.getElementById(tid1).style.display = "none";
document.getElementById(tid2).style.display = "";
document.getElementById(tid3).style.display = "";
}
function DoHideIFRAME(tid1,tid2,tid3) {
document.getElementById(tid1).style.display = "none";
document.getElementById(tid2).style.display = "none";
document.getElementById(tid3).style.display = "";
}
function PresentForm(tid1,tid2) {
document.getElementById(tid1).style.display = "none";
document.getElementById(tid2).style.display = "";
}
function InsertContent(tid) {
if(document.getElementById(tid).style.display == "none") {
	document.getElementById(tid).style.display = "";
	}
else {
	document.getElementById(tid).style.display = "none";
	}
}
//  End -->

