mDebugging=0
oCFMenu=new coolFrameMenu('oCFMenu')
oCFMenu.menuFrameName="window"
oCFMenu.startPage=""
oCFMenu.fromtop=97
oCFMenu.maxsubs=14
oCFMenu.maxsubs2=14
oCFMenu.maxsubs3=14
oCFMenu.frametype=2
oCFMenu.pagecheck=1
oCFMenu.mainheight=16
oCFMenu.mainwidth=300
oCFMenu.subwidth=150
oCFMenu.subheight=19
oCFMenu.sub2width=170
oCFMenu.sub2height=19
oCFMenu.sub3width=160
oCFMenu.sub3height=18
oCFMenu.subXplacement=0
oCFMenu.subYplacement=117//0//oCFMenu.fromtop+20//
oCFMenu.sub2Xplacement=oCFMenu.subwidth-15
oCFMenu.sub2Yplacement=5
oCFMenu.sub3Xplacement=oCFMenu.sub2width-15
oCFMenu.sub3Yplacement=5
oCFMenu.mainbgcoloroff='#cccccc'//'#759CB5'
oCFMenu.mainbgcoloron=0
oCFMenu.maintextcolor='#000000'
oCFMenu.mainhovercolor='#000000'
oCFMenu.subbgcoloroff='#FFFFFF'//'#C6A65A' //'#759CB5' // ae882d
oCFMenu.subbgcoloron='#30389F'//'#A40000' //'#ffffff'
oCFMenu.subtextcolor='#69370c'//'#372328' //'#000000'
oCFMenu.subhovercolor='#ffffff'//'#000000'
oCFMenu.sub2bgcoloroff='#FFFFFF' //'#759CB5'
oCFMenu.sub2bgcoloron='#30389F'//'#A40000' //'#ffffff'
oCFMenu.sub2textcolor='#69370c' //'#000000'
oCFMenu.sub2hovercolor='#ffffff'
oCFMenu.sub3bgcoloroff='#759CB5'
oCFMenu.sub3bgcoloron='#ffffff'
oCFMenu.sub3textcolor='#000000'
oCFMenu.sub3hovercolor='#000000'
oCFMenu.bordersize='0'
oCFMenu.bordercolor='#000000' //'#dfddbb'
oCFMenu.topstyle="padding:1px; filter:alpha(opacity=0); font-family:arial,verdana,helvetica; font-size:10px; font-weight: bold; border-bottom:0px solid Black; border-top:0px solid Black; border-left:0px solid Black; border-right:0px solid Black"
oCFMenu.substyle="padding:1px; padding-left: 2px; font-family:arial,verdana,helvetica; font-size:11px; font-weight:bold; border-bottom:1px solid Black"
oCFMenu.sub2style="padding:1px; padding-left: 2px; font-family:arial,verdana,helvetica; font-size:11px; font-weight:bold; border-bottom:1px solid Black"
oCFMenu.sub3style="padding:1px; padding-left: 2px; font-family:arial,verdana,helvetica; font-size:11px; border-bottom:1px solid Black"
oCFMenu.makeStyle()
oCFMenu.makeFrameString()
var temp_x=(bw.ns4 || bw.ns5)?innerWidth:document.body.clientWidth
if(temp_x<=800)
	x_pos='320'
else
	x_pos='320'
oCFMenu.menuplacement=new Array(x_pos)

oCFMenu.makeTop('  ','','_self',82)
	oCFMenu.makeSub(' Desktop Services','desktopservices.html','window')
oCFMenu.makeSub(' Network Services','','')
oCFMenu.makeSub2(' Introduction','ns_introduction.html','window')
oCFMenu.makeSub2(' Network Design','networkdesign.html','window')
oCFMenu.makeSub2(' Network Installation','networkinstallation.html','window')
oCFMenu.makeSub2(' Network Administration','networkadministration.html','window')
oCFMenu.makeSub2(' Network Support','networksupport.html','window')
oCFMenu.makeSub2(' Enterprise Management','enterprisemanagement.html','window')
oCFMenu.makeSub2(' Inter-Networking','internetworking.html','window')
oCFMenu.makeSub(' Support Services','','')
oCFMenu.makeSub2(' Introduction','ss_introduction.html','window')
oCFMenu.makeSub2(' Outsourcing','ss_outsourcing.html','window')
oCFMenu.makeSub2(' Service Agreements','serviceagreements.html','window')
oCFMenu.makeSub2(' Internet/Communications Services','internet_comm_services.html','window')
oCFMenu.makeSub(' Security','','')
oCFMenu.makeSub2(' Introduction','security.html','window')
oCFMenu.makeSub2(' Data Protection','dataprotection.html','window')
oCFMenu.makeSub2(' Off-Site Data Storage','offsitedatastorage.html','window')

oCFMenu.construct()
searchtext=location.search

isresized=searchtext.lastIndexOf("resizedurl")
if(isresized>-1){
	oCFMenu.startPage="http://" + searchtext.substr(isresized+11,searchtext.length)
}
