


//SET TOOLTIP DESCRIPTIONS BELOW
//Extend or contract array as needed
var description=new Array()
description[0]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Browse Opportunities</B><BR>All opportunities are categorised. To help you find the opportunities relevant to you, Select the Category and choose what type of opportunity you are looking for.</P>'
description[1]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Search opportunities</B><BR>Search for Products / Services Opportunities or Project Opportunities using a keyword search. Advanced searches can use date ranges based on published or closing dates.</P>'
description[2]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Remove Subscriptions</B><BR>To stop receiving notification click the <B>X remove</B> button next to the industry category.</P>'
description[3]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Adding Industry Categories</B><BR>To add industry category/s check the subscribe box next to the industry category/s (multiple selections can be made), then click the <B>Add selected categories to my subscriptions</b>.</P>'
description[4]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Add registration of interest</B><BR>To register your interest check the box next to the opportunity the click <B>Add selected to my registration of interests</B>, the opportunity will be then added to your account.</P>'
description[5]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Sort results</B><BR>Results can be sorted in ascending or descending order based on the opportunity name, published date and closing date.</P>'
description[6]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Edit Company Profile</B><BR>Clicking on the UPDATE Button will enable you to change your companies information included – adding/editing products and services. Once changes have been made please click “Update Profile” <BR><B>Note: Profile changes are not automatically changed on the live website. They must be verified by an Regional Industry Administrator</B></P>'
description[7]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Status</B><BR>You can view the status of your registration in this area, Once approved you will then receive further details and documentation for you to download at any time.</P>'
description[8]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Sort results</B><BR>Results can be sorted in ascending or descending order based on the opportunity name, approval received and opportunity type.</P>'
description[9]='<center><span class="DisplayHeaders">Regional Industry Link</span></center><P class="CategoryDisplay"><B>Changing Password</B><BR>To change password type in new password and then re-type</P>'
//Do not edit below here

iens6=document.all||document.getElementById
ns4=document.layers

<!--GLOBAL VARIABLES-->
var thename
var theobj
var thetext
var winHeight
var winPositionFromTop
var winWidth
var startH=2
var openTimer
<!--END GLOBAL VARIABLES-->

<!--GLOBAL FUNCTIONS-->

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function setObj(text,theswitch,inwidth,inheight) {
	thetext=text
	if(iens6){
		thename = "viewer"
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		winHeight=100
			if(iens6&&document.all) {
				winPositionFromTop=!window.opera? ietruebody().clientHeight : document.body.clientHeight
				winWidth=(ietruebody().clientWidth-ietruebody().leftMargin)
			}
			if(iens6&&!document.all) {
				winPositionFromTop=window.innerHeight
				winWidth=(window.innerWidth-(ietruebody().offsetLeft+30))
			}
			if(theswitch=="override") {
				winWidth=inwidth
				winHeight=inheight
			}
		theobj.style.width=winWidth+"px"
		theobj.style.height=startH+"px"
			if(iens6&&document.all) {
				theobj.style.top=ietruebody().scrollTop+winPositionFromTop+"px"
				//window.status=winPositionFromTop
				theobj.innerHTML = ""
				theobj.insertAdjacentHTML("BeforeEnd","<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>")
			}
			if(iens6&&!document.all) {
				theobj.style.top=window.pageYOffset+winPositionFromTop+"px"
				theobj.innerHTML = ""
				theobj.innerHTML="<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>"
			}
	}
	if(ns4){
		thename = "nsviewer"
		theobj = eval("document."+thename)
		winPositionFromTop=window.innerHeight
		winWidth=window.innerWidth
		winHeight=100
			if(theswitch=="override") {
				winWidth=inwidth
				winHeight=inheight
			}
		theobj.moveTo(0,eval(window.pageYOffset+winPositionFromTop))
		theobj.width=winWidth
		theobj.clip.width=winWidth
		theobj.document.write("<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=1><tr><td width=100% valign=top><font type='times' size='2' style='color:black;font-weight:normal'>"+thetext+"</font></td></tr></table>")
		theobj.document.close()
	}
	viewIt()
}

function viewIt() {
	if(startH<=winHeight) {
		if(iens6) {
			theobj.style.visibility="visible"
				if(iens6&&document.all) {
					theobj.style.top=(ietruebody().scrollTop+winPositionFromTop)-startH+"px"
				}
				if(iens6&&!document.all) {
					theobj.style.top=(window.pageYOffset+winPositionFromTop)-startH+"px"
				}
			theobj.style.height=startH+"px"
			startH+=2
			openTimer=setTimeout("viewIt()",10)
		}
		if(ns4) {
			theobj.visibility = "visible"
			theobj.moveTo(0,(eval(window.pageYOffset+winPositionFromTop)-startH))
			theobj.height=startH
			theobj.clip.height=(startH)
			startH+=2
			openTimer=setTimeout("viewIt()",10)
		}
	}else{
		clearTimeout(openTimer)
	}
}

function stopIt() {
	if(iens6) {
		theobj.innerHTML = ""
		theobj.style.visibility="hidden"
		startH=2
	}
	if(ns4) {
		theobj.document.write("")
		theobj.document.close()
		theobj.visibility="hidden"
		theobj.width=0
		theobj.height=0
		theobj.clip.width=0
		theobj.clip.height=0
		startH=2
	}
}
if (iens6){
document.write("<div id='viewer' style='background-color:#E1F0FF;visibility:hidden;position:absolute;left:0;width:0;height:0;z-index:1;overflow:hidden;border:1px ridge white'></div>")
}
if (ns4){
	hideobj = eval("document.nsviewer")
	hideobj.visibility="hidden"
}
<!--END GLOBAL FUNCTIONS-->
