jQuery().ready(function(){		
		
		if (document.pageVars) {
			catId = document.pageVars.menuItem.value;
			$('li#'+catId).addClass('menuHighlight');
		}
		
		
		$('li.menuHighlight').parents('li').children('a.head').addClass('selected');
		//jQuery('#browseMenu').Accordion({	
		//	active: 'a.selected',		
		//	header: 'a.head',
		//	alwaysOpen: false
		//});
		
	
				
});

function over(img) {
	var imgUrl = 'http://www.imuso.co.uk/images/Product/'+img+'h.jpg';
	if (img=='') {
		imgUrl='/images/awaiting.gif';
	}
	var stmnt = 'document.images.'+img+'.src=\''+imgUrl+'\'';
	eval(stmnt);
	//var picwidth = eval('document.images.'+img+'.width');
	//if (picwidth==0) {	
	//	stmnt = 'document.images.'+img+'.src=\'/images/awaiting.gif\'';
	//	eval(stmnt);
	//}
} 

function out(img) {
	var imgUrl = '/images/loading.gif';
	var stmnt = 'document.images.'+img+'.src=\''+imgUrl+'\'';
	eval(stmnt);
}

function overd(img,imgref) {
	var imgUrl = 'http://www.dolphinmusic.co.uk'+img;
	if ((img=='')||(img=='No Image')) {
		imgUrl='/images/awaiting.gif';
	}
	var stmnt = 'document.images.'+imgref+'.src=\''+imgUrl+'\'';
	eval(stmnt);
} 

function overg(img,imgref) {
	if (img=='') {
		img='/images/awaiting.gif';
	}
	var stmnt = 'document.images.'+imgref+'.src=\''+img+'\'';
	eval(stmnt);
} 

function overs(img,imgref) {
	var imgUrl = 'http://www.soundcontrol.co.uk/images/img_prod/small/small_'+img+'.jpg';
	if (img=='') {
		imgUrl='/images/awaiting.gif';
	}
	var stmnt = 'document.images.'+imgref+'.src=\''+imgUrl+'\'';
	eval(stmnt);
} 

function overg(img,imgref) {	
	if (img=='http://www.dolphinmusic.co.uk/shop_image/product_thumbs/.jpg') {
		img='/images/awaiting.gif';
	}	
	if (img=='') {
		img='/images/awaiting.gif';
	}
	var stmnt = 'document.images.'+imgref+'.src=\''+img+'\'';
	eval(stmnt);
} 

function noImage(prodcode) {
	$.get("/evimage.php?prodcode="+prodcode, function() {
		location.reload(true);
	});
}