/* Image w/ description tooltip v2.0
* Created: April 23rd, 2010. This notice must stay intact for usage 
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/


var ddimgtooltip={

	tiparray:function(){
		var tooltips=[]
		//define each tooltip below: tooltip[inc]=['path_to_image', 'optional desc', optional_CSS_object]
		//For desc parameter, backslash any special characters inside your text such as apotrophes ('). Example: "I\'m the king of the world"
		//For CSS object, follow the syntax: {property1:"cssvalue1", property2:"cssvalue2", etc}

		tooltips[0]=["http://www.peekabooalleymusic.com/images/article1400300.jpg", "Page 1 Of Article",  {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[1]=["http://www.peekabooalleymusic.com/images/article2400300.jpg", "Page 2 Of Article", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[2]=["http://www.peekabooalleymusic.com/images/article3400300.jpg", "Page 3 Of Article", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[3]=["http://www.peekabooalleymusic.com/images/article4400300.jpg", "Page 4 Of Article", {background:"#5d3482", width:"405px", height:"320px", color:"black"}]
		tooltips[4]=["http://www.peekabooalleymusic.com/images/img/bethie_painting_the_walls400300.jpg", "Miss Beth Painting Wall ", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[5]=["http://www.peekabooalleymusic.com/images/img/bethie_sanding_the_floor400300.jpg", "Miss Beth Staining the floor. ", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[6]=["http://www.peekabooalleymusic.com/images/img/open_house_2.JPG", "Open House 1 ", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[7]=["http://www.peekabooalleymusic.com/images/img/open_house_3.JPG", "Open House 2 ", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[8]=["http://www.peekabooalleymusic.com/images/img/open_house_1.JPG", "Open House 3", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[9]=["http://www.peekabooalleymusic.com/images/img/grand_opening_1.JPG", "Grand Opening 1", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[10]=["http://www.peekabooalleymusic.com/images/img/grand_opening_2.JPG", "Grand Opening 2", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[11]=["http://www.peekabooalleymusic.com/images/img/grand_opening_3.JPG", "Grand Opening 3", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[12]=["http://www.peekabooalleymusic.com/images/img/grand_opening_4.JPG", "Grand Opening 4", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[13]=["http://www.peekabooalleymusic.com/images/img/grand_opening_5.JPG", "Grand Opening 5", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[14]=["images/img/peekaboo_w09_17milo_roman_cloie_and_nathaniel.JPG", "Grand Opening 5", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[15]=["images/img/peekaboo_sp0762_clara_giovanni_vladamerenoah_and_sophie.JPG", "Classes 1", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[16]=["images/img/peek_aboo_alley_4400300.jpg", "Classes 2", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[17]=["images/img/peek_aboo_alley_miss_bethie_and_hope400300.jpg", "Classes 3", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[18]=["images/img/peekaboo_w09_29_rosie_and_nate.JPG", "Classes 4", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[19]=["images/img/peekaboo_sp0732_noah_and_federica.JPG", "Classes 5", {background:"#5d3482", width:"306px", height:"420px", color:"black"}]
		tooltips[20]=["images/img/the_shop_painted_and_decorated_the_mirror_side.JPG", "The Shop 1", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[21]=["images/img/the_shop_painted_and_decorated.JPG", "The Shop 2", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[22]=["images/img/the_front_window-1.JPG", "The Shop 3", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[23]=["images/img/instruments_1.JPG", "The Shop 4", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[24]=["images/img/insturments_2.JPG", "The Shop 5", {background:"#5d3482", width:"406px", height:"320px", color:"black"}]
		tooltips[25]=["images/childrens_music_festival_march_2011.png", "Children's Music Festival March 2011 (YOU MAY PRINT THIS FLYER BELOW)", {background:"#5d3482", width:"506px", height:"570px", color:"black"}]
		tooltips[26]=["images/webgraphics5.png", "Web Graphics Series 5", {background:"#89b700", width:"242px", height:"272px", color:"black"}]
		tooltips[27]=["images/webgraphics6.png", "Web Graphics Series 6", {background:"#89b700", width:"406px", height:"306px", color:"black"}]
		return tooltips //do not remove/change this line
	}(),

	tooltipoffsets: [30, -30], //additional x and y offset from mouse cursor for tooltips

	//***** NO NEED TO EDIT BEYOND HERE

	tipprefix: 'imgtip', //tooltip ID prefixes

	createtip:function($, tipid, tipinfo){
		if ($('#'+tipid).length==0){ //if this tooltip doesn't exist yet
			return $('<div id="' + tipid + '" class="ddimgtooltip" />').html(
				'<div style="text-align:center"><img src="' + tipinfo[0] + '" /></div>'
				+ ((tipinfo[1])? '<div style="text-align:left; margin-top:5px">'+tipinfo[1]+'</div>' : '')
				)
			.css(tipinfo[2] || {})
			.appendTo(document.body)
		}
		return null
	},

	positiontooltip:function($, $tooltip, e){
		var x=e.pageX+this.tooltipoffsets[0], y=e.pageY+this.tooltipoffsets[1]
		var tipw=$tooltip.outerWidth(), tiph=$tooltip.outerHeight(), 
		x=(x+tipw>$(document).scrollLeft()+$(window).width())? x-tipw-(ddimgtooltip.tooltipoffsets[0]*2) : x
		y=(y+tiph>$(document).scrollTop()+$(window).height())? $(document).scrollTop()+$(window).height()-tiph-10 : y
		$tooltip.css({left:x, top:y})
	},
	
	showbox:function($, $tooltip, e){
		$tooltip.show()
		this.positiontooltip($, $tooltip, e)
	},

	hidebox:function($, $tooltip){
		$tooltip.hide()
	},


	init:function(targetselector){
		jQuery(document).ready(function($){
			var tiparray=ddimgtooltip.tiparray
			var $targets=$(targetselector)
			if ($targets.length==0)
				return
			var tipids=[]
			$targets.each(function(){
				var $target=$(this)
				$target.attr('rel').match(/\[(\d+)\]/) //match d of attribute rel="imgtip[d]"
				var tipsuffix=parseInt(RegExp.$1) //get d as integer
				var tipid=this._tipid=ddimgtooltip.tipprefix+tipsuffix //construct this tip's ID value and remember it
				var $tooltip=ddimgtooltip.createtip($, tipid, tiparray[tipsuffix])
				$target.mouseenter(function(e){
					var $tooltip=$("#"+this._tipid)
					ddimgtooltip.showbox($, $tooltip, e)
				})
				$target.mouseleave(function(e){
					var $tooltip=$("#"+this._tipid)
					ddimgtooltip.hidebox($, $tooltip)
				})
				$target.mousemove(function(e){
					var $tooltip=$("#"+this._tipid)
					ddimgtooltip.positiontooltip($, $tooltip, e)
				})
				if ($tooltip){ //add mouseenter to this tooltip (only if event hasn't already been added)
					$tooltip.mouseenter(function(){
						ddimgtooltip.hidebox($, $(this))
					})
				}
			})

		}) //end dom ready
	}
}

//ddimgtooltip.init("targetElementSelector")
ddimgtooltip.init("*[rel^=imgtip]")
