function setClassName(obj, className)
{
	getRef(obj).className=className;
}

function getRef(obj)
{
	if(typeof obj == "string")
		obj= document.getElementById(obj);
		return obj;
}

function setstatus(arg1)	{ status=arg1;	}
function load_prev()		{ self.history.back(); }
function load_next()		{ self.history.forward(); }
function load_home()		{ top.location.href="index.php"; }
function go_top()			{ self.location.href="#top"; }


var message="SemoTech Message:\n\nSorry, No Right-Click Allowed!";

function clickIE4(){
if (event.button==2){
alert(message);
return false; }
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false; } }
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

///////////////////////////////////////////////////////////////////
//Hide status bar msg script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use

//configure status message to show
var statusmsg=""

function hidestatus(){
window.status=statusmsg
return true
}

///////////////////////////////
//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use

function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
///////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////
// 
///////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////
