function openCat(catID, brand) {
	var winName="popup" + catID+"_"+brand;
	window.open('http://www.gmeurope.info/imagebank-motorshow/show.php?catID='+catID+'&lng=2', winName, 'menubar=no,toolbar=no,location=no,status=yes,scrollbars=no,resizable,dependent=no,width=842,height=490,left=180,top=25').focus();
}
