unlock0 = 2488
unlock1 = 2085

/* MARKET LOCATIONS */
function graphicsb_data0()
{


    /*---------------------------------------------
    Scroll Bar Images
    ---------------------------------------------*/


	this.up_button = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/up.gif";                                          //image path and name only
	this.up_button_roll = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/up_roll.gif";                                //image path and name only
	this.down_button = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/down.gif";                                      //image path and name only
	this.down_button_roll = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/down_roll.gif";                            //image path and name only


	this.slider_tile_bg_style = "background-image:url(http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/slider_bg.gif);"  //image defined as CSS style


	this.bubble_top_cap = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/bubble_topcap.gif,1";                        //image path and name, height - (width is automatically set to scroll bar width)
	this.bubble_bottom_cap = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/bubble_bottomcap.gif,1";                  //image path and name, height - ""
	this.bubble_center = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/bubble_center.gif,7";                         //image path and name, height - ""
	this.bubble_tile_bg_style = "http://gs14.inmotionhosting.com/~scarbo5/img/global/scroll/bubble_bg.gif";                        //image path and name only





    /*---------------------------------------------
    Scroll Bar Container and Content
    ---------------------------------------------*/


	this.container_width = 215
	this.container_height = 200

	this.container_bg_image = "";



	this.content_padding = 0
	this.content_styles = "";
	this.content_class_name = "";




    /*---------------------------------------------
    Scroll Bar Behaviour and Width
    ---------------------------------------------*/


	this.scroll_bar_width = 12                     //The width of the bar in pixels.
	this.scroll_increment = 10                     //The distance to scroll when clicking the up or down buttons.


	this.allow_hover_scroll = true;                //Auto scroll while hovering over top and bottom buttons.
	this.hover_scroll_delay = 85;                   //Milliseconds (1/1000 second)


	this.use_hand_cursor = false;




}
