if (/.*http.*/.test(window.location.href) == true) {
	var base = "http://www.fractaldesignz.orconhosting.net.nz"
}
else {
	var base = "file://localhost/C:/integral/fractaldesignz.orcon.net.nz"
}

function htmlhead()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />')
	document.write('<meta name="description" content="the virtual fractal.design" />')
	document.write('<meta name="keywords" content="fractal.design,fractaldesign,drum,bass,underground,retro,style,modern,design,hack,vision,future,industrial,client,hire,music,audio,acoustic,guitar,electro,pop,new,nz,zealand,kiwi,local,international,work,good,get,some,now,for,your,fun,time,fashion" />')
	document.write('<link rel="shortcut icon" href="favicon.ico" />')
	document.write('<link rel="stylesheet" type="text/css" href="styles/style.css" />')

}
	
function tabs()
{
	document.write('<div class="toolbartop"> ')

	document.write('<a href="'+base+'/about.htm" onmouseover="img1.src=\''+base+'/images/maybay/0.gif\'" onmouseout="img1.src=\''+base+'/images/maybay/1.gif\'"><img name="img1" src="'+base+'/images/maybay/1.gif" ALT="fractal.design the man" title="fractal.design the man"/></a>')
	document.write('<a href="'+base+'/audio.htm" onmouseover="img2.src=\''+base+'/images/maybay/0.gif\'" onmouseout="img2.src=\''+base+'/images/maybay/2.gif\'"><img name="img2" src="'+base+'/images/maybay/2.gif" ALT="fractal.design the music" title="fractal.design the music"/></a>')
	document.write('<a href="'+base+'/design.htm" onmouseover="img3.src=\''+base+'/images/maybay/0.gif\'" onmouseout="img3.src=\''+base+'/images/maybay/3.gif\'"><img name="img3" src="'+base+'/images/maybay/3.gif" ALT="fractal.design the design" title="fractal.design the design"/></a>')
	document.write('<a href="'+base+'/new.htm" onmouseover="img4.src=\''+base+'/images/maybay/0.gif\'" onmouseout="img4.src=\''+base+'/images/maybay/4.gif\'"><img name="img4" src="'+base+'/images/maybay/4.gif" ALT="fractal.design the new" title="fractal.design the new"/></a>')
	document.write('<a href="'+base+'/index.htm" onmouseover="img5.src=\''+base+'/images/maybay/0.gif\'" onmouseout="img5.src=\''+base+'/images/maybay/5.gif\'"><img name="img5" src="'+base+'/images/maybay/5.gif" ALT="fractal.design the home" title="fractal.design the home"/></a>')

	document.write('</div>')
}

function head()
{
	tabs()
	document.write('<div class="body"> ')
}

function foot()
{ 
	document.write('</div>')
	//~ tabs()
	
	//~ document.write('<div id="foot">')
	//~ document.write('copyright © fractal.design 2008 - ')
	//~ document.write('<a href="'+base+'/index.htm">home</a> - ')
	//~ document.write('<a href="mailto:fractal.design@gmail.com">contact admin</a> - ')
	//~ document.write('<a title="Validate this page" href="http://validator.w3.org/check?uri='+window.location.href+'">xhtml</a> - ')
	//~ document.write('<a title="Validate the Cascading Style Sheet used by this page" href="http://jigsaw.w3.org/css-validator/check?uri='+window.location.href+'">css</a>')
	//~ document.write('</div>')
	
} 