var onFocusColor='#e5e4d2';

function focusColor(obj) {
	obj.style.backgroundColor=onFocusColor;
	//obj.style.border="1px dashed #c30";
	
}

function blurColor(obj) {
	obj.style.backgroundColor='';
	//obj.style.border="";
}

function OpenInfo(a,b,c,d,e,f,g) {
	param="http://www.artime-gallery.com/info.php";
	w=450;
	h=300;
	window.open(param+'?a='+a+'&b='+b+'&c='+c+'&d='+d+'&e='+e+'&f='+f+'&g='+g,'Informations','width='+w+',height='+h+',directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no');
}