//individual settings
var actionurl = "http://www.gtsubsaharan.co.za/results.htm" //live url
//var actionurl = "" //local url for testing
var divheight = "22"
var divwidth	=	"135"
var divstart	=	"650"
var divtop		=	"0"
var divbgcolor=	"#0051BD"
var divalign	=	"text-align:center; vertical-align:center;"
var mouseovertext	=	"Search Grant Thornton For :"
var submittext	=	"Submit Search"

//put it all together
var divstyle	=	"height:"+divheight+"px;width:"+divwidth+"px; position:absolute; left:"+divstart+"; top:"+divtop+";z-index:100;background-color:"+divbgcolor+";"+divalign

//dump it to the document
document.write('<form method="get" name="tip_Form" action=\"'+actionurl+'\">') 
document.write('<div style="'+divstyle+'">')
document.write('<table border=0 cellspacing="0" cellpadding="0">') 
document.write('<tr>') 
document.write('<td style="vertical-align: center;">') 
document.write('<img src="http://www.gtsubsaharan.co.za/images/mglass.gif" width="15" height="15" border=0 alt="'+mouseovertext+'">') 
document.write('</td>') 
document.write('<td style="vertical-align: center;">') 
document.write('<input type=text name=d style="border:none;font-size:9px;width:90px;height:17px;font-family:Arial;font-size:8pt;color:#000000;border:1px solid #999999;padding:1px;">') 
document.write('</td>') 
document.write('<td style="vertical-align: center;">') 
document.write('<img name=ifmage type=image src="http://www.gtsubsaharan.co.za/images/search_go.gif" width=17 height=17 onclick="tip_Form1.submit()" alt="'+submittext+'">') 
document.write('</td>') 
document.write('</tr>') 
document.write('</table>') 
document.write('</div>') 
document.write('<input type="hidden" name="n" value="0">') 
document.write('</form>') 
//finished