/* GiraZ javascript Document          */
/* javascript_giraz.css- IMPRUNETA -  */
/* riccardo.giraldi@gmail.com         */
/* last modify: 25-11-2005            */
/* ---------------------------------  */

function giraz_go_to()
{
window.location=document.getElementById("path_go_to").value
}

function giraz_pop_up(address)
{ 
new_window = window.open(address,'window_name','toolbar=0,menubar=0,resizable=0,dependent=0,status=0,width=400,height=400,left=25,top=25')
}
