/*	WEB SITE HEADER*/function header() {	document.write("<td width=150><a href='index-main.htm'><img src='images/rg-title-1a.gif' width=150 height=100 border=0 alt=''></a></td>" +	"<td width=150><a href='index-main.htm'><img src='images/rg-title-1b.gif' width=150 height=100 border=0 alt=''></a></td>" +	"<td width=150><a href='index-main.htm'><img src='images/rg-title-1c.gif' width=150 height=100 border=0 alt=''></a></td>" +	"<td width=150><a href='index-main.htm'><img src='images/rg-title-1d.gif' width=150 height=100 border=0 alt=''></a></td>" +	"<td width=150><a href='index-main.htm'><img src='images/rg-title-1e.gif' width=150 height=100 border=0 alt=''></a></td></tr>" +	"<tr><td><a href='index-main.htm'><img src='images/rg-title-2a.gif' width=150 height=30 border=0 alt=''></a></td>" +	"<td width=150><a href='index-main.htm'><img src='images/rg-title-2b.gif' width=150 height=30 border=0 alt=''></a></td>" +	"<td width=150><a href='index-main.htm'><img src='images/rg-title-2c.gif' width=150 height=30 border=0 alt=''></a></td>" +	"<td width=150><a href='index-main.htm'><img src='images/rg-title-2d.gif' width=150 height=30 border=0 alt=''></a></td>" +	"<td colspan=3><a href='index-main.htm'><img src='images/rg-title-2e.gif' width=150 height=30 border=0 alt=''></a></td>");}/*   	MENU FOR THE ALL PAGES IN THE HTML DIRECTORY*/function menu() {	applea = new Image(); applea.src = 'images/rg-nav-apple-on.gif'; applen = new Image(); applen.src = 'images/rg-nav-apple-off.gif';	abouta = new Image(); abouta.src = 'images/rg-nav-about-on.gif'; aboutn = new Image(); aboutn.src = 'images/rg-nav-about-off.gif';	gda = new Image(); gda.src = 'images/rg-nav-gd-on.gif'; gdn = new Image(); gdn.src = 'images/rg-nav-gd-off.gif';	wda = new Image(); wda.src = 'images/rg-nav-wd-on.gif'; wdn = new Image(); wdn.src = 'images/rg-nav-wd-off.gif';	ila = new Image(); ila.src = 'images/rg-nav-il-on.gif'; iln = new Image(); iln.src = 'images/rg-nav-il-off.gif';	ministrya = new Image(); ministrya.src = 'images/rg-nav-ministry-on.gif'; ministryn = new Image(); ministryn.src = 'images/rg-nav-ministry-off.gif';	contacta = new Image(); contacta.src = 'images/rg-nav-contact-on.gif'; contactn = new Image(); contactn.src = 'images/rg-nav-contact-off.gif';document.write("<a href='index.htm' onMouseOver = 'apple.src=applea.src' onMouseOut = 'apple.src=applen.src'><img src='images/rg-nav-apple-off.gif' width=40 height=20 border=0 name='apple'>");document.write("<a href='about.htm' onMouseOver = 'about.src=abouta.src' onMouseOut = 'about.src=aboutn.src'><img src='images/rg-nav-about-off.gif' width=45 height=20 border=0 name='about'>");document.write("<a href='graphicdesign.htm' onMouseOver = 'gd.src=gda.src' onMouseOut = 'gd.src=gdn.src'><img src='images/rg-nav-gd-off.gif' width=105 height=20 border=0 name='gd'></a>");document.write("<a href='webdesign.htm' onMouseOver = 'wd.src=wda.src' onMouseOut = 'wd.src=wdn.src'><img src='images/rg-nav-wd-off.gif' width=85 height=20 border=0 name='wd'></a>");document.write("<a href='illustration.htm' onMouseOver = 'il.src=ila.src' onMouseOut = 'il.src=iln.src'><img src='images/rg-nav-il-off.gif' width=85 height=20 border=0 name='il'></a>");document.write("<a href='ministry.htm' onMouseOver = 'ministry.src=ministrya.src' onMouseOut = 'ministry.src=ministryn.src'><img src='images/rg-nav-ministry-off.gif' width=60 height=20 border=0 name='ministry'></a>");document.write("<a href='contact.htm' onMouseOver = 'contact.src=contacta.src' onMouseOut = 'contact.src=contactn.src'><img src='images/rg-nav-contact-off.gif' width=60 height=20 border=0 name='contact'></a>");}