function OpenWebPrint()
{
    window.open( "http://webprint.printeranywhere.com/index.sdf", "PA", "width=375,height=550,resizable=1,status=0,directories=0,location=0,menubar=0,scrollbars=0" );
    return false;
}

