
h_menu='';
for(i=0;i<Menu_item.length;i++){
h_menu+='<span class="h-separator"'+((i==0)?' style="border-left:0px solid;"':'')+'>&nbsp;</span>';
h_menu+='<a class="h-button" href="http://'+document.location.hostname+Menu_item[i].Url+document.location.search+'">'+Menu_item[i].Name+'</a>';
}
h_menu+='<span class="h-separator" style="border-right:0px solid;">&nbsp\;</span>';
document.write(h_menu);

function W_op(u_rl,n_ame){

thisWindow = window.open(u_rl, n_ame);
thisWindow.focus();

}