/*****************************************************************************
Default browsercheck
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck()
mDebugging=1 //Set to 0 for NO Debugging, set to 1 for alert debugging and set to 2 for status.

//COOLMENU CODE GENERATED BY THE COOLMENU GENERATOR FROM DHTMLCENTRAL.COM
oCMenu=new makeCoolMenu('oCMenu') //Making a new menu

//General variables
oCMenu.useframes=0
oCMenu.offlineUrl='file:///C|/Documents and Settings/dkorzeni.DKORZ/Desktop/ptc/'
oCMenu.onlineUrl='http://www.yourptc.com/'
oCMenu.useclick=0
oCMenu.useNS4links=1
oCMenu.NS4padding=2
oCMenu.checkselect=0
oCMenu.pagecheck=1
oCMenu.checkscroll=0
oCMenu.resizecheck=1
oCMenu.wait=500
//Background bar variables
oCMenu.usebar=1
oCMenu.barwidth='100'
oCMenu.barheight='menu'
oCMenu.barx=0
oCMenu.bary='menu'
oCMenu.barinheritborder=0
//Placement variables
oCMenu.rows=0
oCMenu.fromleft=0
oCMenu.fromtop=188
oCMenu.pxbetween=0
oCMenu.menuplacement=0
//Level 0 variables
oCMenu.level[0]=new Array()
oCMenu.level[0].width=130
oCMenu.level[0].height=21
oCMenu.level[0].bgcoloroff='#d3d3d3'
oCMenu.level[0].bgcoloron='#d3d3d3'
oCMenu.level[0].textcolor='black'
oCMenu.level[0].hovercolor='#191970'
oCMenu.level[0].style='font-family:arial,helvetica; font-size:12px; font-weight:bold'
oCMenu.level[0].border=0
oCMenu.level[0].bordercolor='red'
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].NS4font='arial,helvetica'
oCMenu.level[0].NS4fontSize=2
oCMenu.level[0].align='left'
oCMenu.level[0].clip=0
oCMenu.level[0].clippx=0
oCMenu.level[0].cliptim=0
oCMenu.level[0].filter=0
//Level 1 variables
//Level 2 variables
//Level 3 variables

//Menu items

//New
oCMenu.makeMenu('NEW','','','#','',141,31,'images/index02.gif','images/index02.gif','','','','','','','')
oCMenu.makeMenu('about-us','NEW','','about-us.html','',72,22,'images/about-us-mini_01.jpg','images/about-us-mini_01.jpg','','','','','','','')
oCMenu.makeMenu('meet-therapist','NEW','','meet-therapist.html','',72,39,'images/about-us-mini_02.jpg','images/about-us-mini_02.jpg','','','','','','','')
oCMenu.makeMenu('mckenzie-method','NEW','','mckenzie-method.html','',72,37,'images/about-us-mini_03.jpg','images/about-us-mini_03.jpg','','','','','','','')
oCMenu.makeMenu('at-home','NEW','','at-home.html','',72,22,'images/about-us-mini_04.jpg','images/about-us-mini_04.jpg','','','','','','','')
oCMenu.makeMenu('fce-pce','NEW','','fce-pce.html','',72,24,'images/about-us-mini_05.jpg','images/about-us-mini_05.jpg','','','','','','','')

oCMenu.makeStyle(); oCMenu.construct() //Starts the menus