function clearField(f) { 
	if ( f.value == 'Was suchen Sie?') { 
		f.value = ''; 
	} 
} 

function shopsuche() { 
	q = document.getElementById('ajaxsearchfield').value;
	window.location.href='/shops.php?q='+q;
} 

function zumShop(name,id) { 
	window.open('/zumshop.php?id='+id+'&name='+name);
} 

function impressum() { 
	window.open('/impressum.php');
} 

function zuLesezeichen() {
	title = "versandshop.com - Ihr Einkausfuehrer im Internet";
	url = location.href;
	if (window.sidebar) { 
	window.sidebar.addPanel(title, url,"");
	} 
	else if( window.external ) { 
	window.external.AddFavorite( url, title); 
	}
	else if(window.opera && window.print) { 
	return true; 
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
