<!--
function demo(page,w,h){
open(page,"pix2fone","resizable=no,width="+w+",height="+h+",top="+(screen.height-h)/2+",left="+(screen.width-w)/2+",scrollbars=no");
}

function translate(language,page) {
    window.top.location.replace('http://translate.google.com/translate?sl=en&u='+page+'&hl=' + language);
}
function sendnow(){
var Output;
var z=(Math.round((Math.random()*900)+1));
ShowALL = open("about:blank","pix2fone"+z,"resizable=yes,width=728,height=160,top=" + (screen.height - 160) / 2 + ",left=" + (screen.width - 728)/2+",scrollbars=no");
	Output  = '<html><head><title>Pix2Fone: upload a photo to your phone</title><scr'+'ipt type="text/javascript">function sendit(){if(document.f1){document.f1.submit()\;self.focus()\;}}</scr'+'ipt></head><body style="margin:0;cursor:wait;background:#E0DFCD url(http://www.pix2fone.com/pix/p2f.gif) no-repeat" onload="javascript:sendit();"><div align=center style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;padding:15px"><p><strong><font color="red">Processing your request, please stand by...</font></strong><br>It may take a few seconds depending on your connection speed and the service load.<br>Please wait until the process is complete and the picture appears.</p><form action="http://www.pix2fone.com/s/up.php" method="post" name="f1" id="f1"><input type="hidden" name="version" value="1.6"></form></div></body></html>';
ShowALL.document.open();ShowALL.document.write(Output);ShowALL.document.close();
}
// -->