/***** SBCentre.ca » Small Business Centre » Developed by ScriptReaction » www.scriptreaction.com *****/

/********** css compatibility **********/
if(navigator.appName == "Netscape"){
	var x = "<style>";
		x+= "#shell #ftr #ctr #lks li a { padding:0px 0px 1px 7px; }";
		x+= ".subnav li a { width:163px; }";
		x+= "</style>";
	document.write(x);
}else{
	var x = "<style>";
		x+= ".png { behavior:url('/assets/srx/filter_png.htc'); }";
		x+= "</style>";
	document.write(x);
}
<!-- all browsers -->
var x = "<style>";
	x+= ".go { position:relative; margin:-14px 2px 0px 0px; float:right; }";
	x+= ".go2 { position:relative; margin:-26px 2px 0px 0px; float:right; }";
	//x+= ".go { position:relative; top:-26px; /*margin:-26px -6px 0px 0px;*/ float:right; }";
	x+= "</style>";
document.write(x);

/********** shell items **********/
var shell = {
	preload: function (){
		MM_preloadImages("assets/gfx/ftr_g2.png", "assets/gfx/srx_ov.png");
	},
	sbcMap: function (){
		fsz.doFsz("img", "images/map_sbc.gif", "Map to the Small Business Centre - 316 Rectory Street");
	},
	sbc: function (){
		return;	
	},
	blank: function (x){
		window.open(x);	
	},
	winClose: function (){
		top.location = "javascript:shell.sbc()";
		top.window.close();
	}
}

/********** shell init **********/
global.addEvent(window, "load", shell.preload);
