function setCollection(id,what,submit)
{
    //alert( id+" - "+what+" - "+submit );
	// copyright 2006 Ayna Corporation	
	var collections = Array('w','n','r','d','m');
	document.search.c.value = id;
	document.getElementById("AynaSeachSubmit").value = what;
	//document.getElementById(id).style.fontWeight = "bold";
	if ( submit == 1 ) {document.getElementById("search").submit();}
}//function end

