// JavaScript Document

	ulm_round_corner_size_main = 2;
	ulm_round_corner_size_sub =  2;
	
function im_round_corners(tb,ms,isget,inner){var size=window["ulm_round_corner_size_"+ms];var pos=0;var wv="";if(!inner)wv+='<div class="imroundcorner" imrctype="'+tb+'" imrcgroup="'+ms+'">';if(tb=="top"){wv+=im_rcs(size,1," imtopspace");for(var i=size-1;i>=0;i--)wv+=im_rcs(i);}else {for(var i=0;i<size;i++)wv+=im_rcs(i);wv+=im_rcs(size,1,"");}if(!inner)wv+='</div>';if(isget)return wv;else document.write(wv);};function im_rcs(pos,is_cap,topclass){if(is_cap)return '<div class="imrbcolor imrc imbrc'+topclass+'" style="margin-left:'+pos+'px;margin-right:'+pos+'px;"></div>';else return '<div class="imrbcolor imrcolor imrc" style="vertical-align:top;margin-left:'+pos+'px;margin-right:'+pos+'px;"></div>';}

function imenus_data0(){


	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Main Menu Graphic Buttons
   ---------------------------------------------*/


	this.gb_cap_width = "12"
	this.gb_cap_height = "16"

	this.gb_left_cap = 'http://www.home-based-business-solutions.com/image-files/goldgreen_columns_bl.gif'
	this.gb_center_tile = 'http://www.home-based-business-solutions.com/image-files/goldgreen_columns_bc_new.gif'
	this.gb_right_cap = 'http://www.home-based-business-solutions.com/image-files/goldgreen_columns_br.gif'



   /*---------------------------------------------
   Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"

	this.box_animation_frames = 1
	this.box_animation_styles = "border-style:groove; border-color:#000000; border-width:1px; "




   /*---------------------------------------------
   IE Transition Effects
   ---------------------------------------------*/


	this.subs_ie_transition_show = "filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=4)"



/*[end data]*/}