/*<!--
#
# This software is designed, developed, tested and deployed by e-Ring IT
# All rights reserved
# Please don't steal it, it's honest work of honest people working...
# Please feel free to contact us for each desired implementation, licence, or 
# modification you will need. We'll be happy to give you our best support.
# e-ring IT Pisa Italy
# Christian Biancu
# www.e-ring.it
# info@e-ring.it
#
# (C) 2003 Copyright by e-Ring IT, Pisa, Italy
# (C) 2003 Copyright by Christian Biancu, Pisa, Italy
#
-->*/
/*var f=new Form();
/*f.action="index.php";
/*f.encoding="multipart/form-data";
f.target="_self";
f.elements[0].name='dest';
f.elements[0].value=this.location.pathname;

*/
//if (parent.frames.length<1) document.writeln('<HTML><BODY onload="f.submit();"><FORM METHOD="POST" NAME="f" ACTION="index.php" TARGET="_self"><INPUT TYPE="hidden" NAME="p" VALUE="'+this.location.pathname+'"></FORM></BODY></HTML>');
//if (parent.frames.length==0) this.location='./home.php?'+this.location.pathname;
//if (parent.frames.length==0) document.location='./index.html';