function showImg(nr){
	
		switch(nr){
			case '0' : var img = $("#img0").html(); break;
			case '1' : var img = $("#img1").html(); break;
			case '2' : var img = $("#img2").html(); break;
			case '3' : var img = $("#img3").html(); break;
		}
		
		
		/*if(img.search('spacer.gif') != -1){
			alert("ja");
		}else{
			alert("neen");
		}*/
		
		
		var img = img.replace('width=68', ''); // IE
		var img = img.replace('width="68"', ''); // MOZILLA
		

		
		
		$("#imagegroot").html(img);
		

	
}

function doLilithSearch(){

	var sel = document.getElementById('li_search');
	var sel = sel.options(sel.selectedIndex).value;

	var url = "http://shop.ravelikelilith.nl/?_searchblock=0&_globalsearch=" + sel;
	window.location = url;

}
