/** Copia da qui per aggiungere un nuovo punto - start copy to add a new point on the map **/ array( "name" => "Zona 1", "type" => "section"), array( "type" => "open"), array( "name" => "Attivare zona 1?", //Here you can choose if show the DIV or not "desc" => "Seleziona se vuoi il primo fermaposto", "id" => $shortname."_zona1c", "type" => "checkbox", "std" => "false"), array( "name" => "Zona 1 Nome", "desc" => "Inserisci il nome del primo appartamento", "id" => $shortname."_zona1n",//title tag of the a href linked to the div "type" => "text", "std" => "Nome dell'appartamento"), array( "name" => "Zona 1 Asse x", "desc" => "Scegli dove posizionare il primo punto, se attivato asse x", "id" => $shortname."_zona1x",// This is x-axys it add a value to css: left=function "type" => "text", "std" => "Left:???"), array( "name" => "Zona 1 Asse y", "desc" => "Scegli dove posizionare il primo punto, se attivato asse y", "id" => $shortname."_zona1y",// This is y-axys it add a value to css: bottom=function "type" => "text", "std" => "Top:???"), array( "name" => "Zona 1 URL", "desc" => "Inserisci il link al post della zona 1", "id" => $shortname."_zona1l",//This is the href "type" => "text", "std" => "Indirizzo del post qui"), array( "type" => "close"),