<!-- Begin


var showflash	= "yes"  
var windowzoom	= "no"		

document.write('<img src="picts/spacer.gif" height="1" width="154"><br>');
document.write('<div id="menu">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="menulinks">');
document.write('<tr><td>');
document.write('<a href="index.html" class="menu">Home</a>');




document.write('</td></tr><tr><td>');
document.write('<a href="counsellingservices.htm" class="menu">Counselling Services</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="counsellors.htm" class="menu">The Counsellors</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="additionalservices.htm" class="menu">Additional Services</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="counsellingtherapy.htm" class="menu">Your Safeguards</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="schoolcounsellingservice.htm" class="menu">School Counselling</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="counsellingtherapyatwork.htm" class="menu">Counselling At Work</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="contactcounsellors.htm" class="menu">Contact Us</a>');




document.write('</td></tr></table>');



   if (windowzoom == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<a href="javascript:void(0);" onClick="fullScreen(\'#\');"><img src="picts/screen_full.gif" border="0"></a><br>');
document.write('</td><td>');
document.write('<a href="javascript:window.close();"><img src="picts/screen_close.gif" border="0"></a><br>');
document.write('</td></tr></table>');
}





   if (showflash == "yes") {

var color		= "26A0DD"	
var flashwidth		= "150"
var flashheight		= "400"

document.write('<CENTER>');
document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor=#'+color+' align="right">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="sidebar" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="sidebar.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="sidebar.swf" quality=high wmode=transparent bgcolor=#'+color+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="sidebar" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td></tr></table>');
document.write('</CENTER>');
}




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

//  End -->