function getselect(i){
//$("#headermenu a:eq(0)").attr("id","");
$("#headermenu a:eq("+i+")").attr("id","select");	
}