	jQuery(document).ready(function(){
		jQuery("a[rel^='studiolightbox']").colorbox({transition:'elastic', slideshowSpeed:9000, slideshowAuto:false, slideshow:true});
		jQuery(".lboxvideo").colorbox({iframe:true, innerWidth:425, innerHeight:344});
		
	});
	

	/*ddsmoothmenu.init({
		mainmenuid: "smoothmenu1", //menu DIV id
		orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
		classname: 'ddsmoothmenu', //class added to menu's outer DIV
		//customtheme: ["#1c5a80", "#18374a"],
		contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
	})*/
	
	
	
function changeArrOver (id) {
	document.getElementById(id).src="wp-content/themes/bp-default/img/arrgray.png" ;
}

function changeArrOut (id) {
	document.getElementById(id).src="wp-content/themes/bp-default/img/arrwhite.png";	
}

function changeItemOver (id) {
	if (id == 'item1') {isrc="wp-content/themes/bp-default/img/item1ac.jpg"; head="head1";}
	if (id == 'item2') {isrc="wp-content/themes/bp-default/img/item2ac.jpg"; head="head2";}
	if (id == 'item3') {isrc="wp-content/themes/bp-default/img/item3ac.jpg"; head="head3";}
	if (id == 'item4') {isrc="wp-content/themes/bp-default/img/item4ac.jpg"; head="head4";}
	if (id == 'item5') {isrc="wp-content/themes/bp-default/img/item5ac.jpg"; head="head5";}
	if (id == 'item6') {isrc="wp-content/themes/bp-default/img/item6ac.jpg"; head="head6";}
	if (id == 'item7') {isrc="wp-content/themes/bp-default/img/item7ac.jpg"; head="head7";}
	document.getElementById(id).src=isrc ;
	document.getElementById(head).style.visibility = 'visible';

}

function changeItemOut (id) {
	if (id == 'item1') {isrc="wp-content/themes/bp-default/img/item1no.jpg"; head="head1";}
	if (id == 'item2') {isrc="wp-content/themes/bp-default/img/item2no.jpg"; head="head2";}
	if (id == 'item3') {isrc="wp-content/themes/bp-default/img/item3no.jpg"; head="head3";}
	if (id == 'item4') {isrc="wp-content/themes/bp-default/img/item4no.jpg"; head="head4";}
	if (id == 'item5') {isrc="wp-content/themes/bp-default/img/item5no.jpg"; head="head5";}
	if (id == 'item6') {isrc="wp-content/themes/bp-default/img/item6no.jpg"; head="head6";}
	if (id == 'item7') {isrc="wp-content/themes/bp-default/img/item7no.jpg"; head="head7";}
	document.getElementById(id).src=isrc;	
	document.getElementById(head).style.visibility = 'hidden';
}
	


