
function toggle_aliases(imgId,divId){var domain="http://nafplia.net";var opened=domain+"/images/opened.png";var closed=domain+"/images/closed.png";if(document.getElementById){var img=document.getElementById(imgId);var div=document.getElementById(divId);if(div.style.display=="none"){div.style.display="inline";img.setAttribute("title","Hide aliases");img.src=opened;}else{div.style.display="none";img.setAttribute("title","Show aliases");img.src=closed;}}}
function show_name_gr(obj){if(obj.value=="S")
{obj.value="H";obj.title="Hide Aliases and Subomains";}
else{obj.value="S";obj.title="Show Aliases and Subdomains";}}
function toggle_details(targetId){if(document.getElementById){target=document.getElementById(targetId);if(target.style.display=="none"){target.style.display="block";}else{target.style.display="none";}}}
function initArray()
{this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i]}
function lastUpdated(){var MOYArray=new initArray("1","2","3","4","5","6","7","8","9","10","11","12");var LastModDate=new Date(document.lastModified);document.write("Updated:  ");document.write(LastModDate.getDate(),"/",MOYArray[(LastModDate.getMonth()+1)],"/",LastModDate.getFullYear());}