var postHelpStr = "<br>Click on the 'Post Matrimonial' link on the top half of the page.  <p>From the next screen, you will choose either <br><b>'New User' or 'Existing User</b>. <p>If you have never posted matrimonials at <i>our site</i>, choose 'New User'.  You will first create a Member Account, and then you will add your matrimonial profile, and if you like a photograph of Bride/Groom<p>If you are new user, you may alternatively choose 'New User' directly from the Login Window on the main screen.<p><b>Only</b> if you have posted marimonials before at <i>our site</i>, choose 'Existing User'.  This will present you with a logon screen or member options (if you are already logged on).  Choose 'Add Profile' from the options.";

var searchHelpStr = "To get a list of Brides or Grooms quickly, use the Quick Search window on the Main page.<p><b>Advanced Search</b><br>This allows you to provide other criteria, so that you get a list based on caste, age etc.<p><b>Search by Advt. No</b><br>If you are interested in a particular advertisement and know the Advt. No., you can use this option.  Click on 'Search By Advt. No'.  On the resulting window, enter the pick Bride or Groom, Advt. No. and click 'Submit'";

var photoHelpStr = "<b>If you have a digital photo on your computer</b><p><ul><li>First post your advertisement.  <li>Upon completion, you will be given an option to submit your photo.  <li>You can also log on later and choose from the option 'Add Photo' and submit your photo.</ul><p><b>If you have a regular photo</b>  <p><ul><li>First post your advertisement.  <li>You can get a digital photo, by scanning one of your photographs.  This facility is usually available at cybercafes or similar establishments.  You can also get a digital photo using a digital camera. <li>Once you have your digital photo, visit www.oriyamatrimonials.com again, Login and choose 'Add Photo' from Member options</ul><p><b>If you would like send photo by post</b><p><ul><li>First post your advertisement<li>Mail you photo to the address given below. <font color=red>Make sure you write your UserId and advertisement number on the back of the photo</font>. Please allow 7-10 days for your photo to be posted<br> <p><p><p><p> OriSolutions<br>Plot no: 2467<br>Sachi Enterprises Complex<br>Kalpana Area<br>Cuttack Road<br>Bhubaneswar 751006<li>If you like your photo to be returned<font color=red>, please enclose a POSTAGE PAID self addressed envelop along with the photograph</ul>";

var contactHelpStr = "<b>How to contact Brides/Grooms</b><br>You will need to be a member with a profile of your own to be able to contact Brides and Grooms.  We ask you to be a member, so that you can provide information about yourself through your profile.  For the protection of our members we do not allow any free form messages.  Brides and Grooms can contact one another and look at one another's profile.<p>If you are a member, login using userid/password.  Then start searching for Brides and Grooms, depending on your need.  To see the details of Brides/Grooms, you will need to click on 'View Profile' or Click on the Advt. No.  Click on the 'Contact Bride' or 'Contact Groom' link to initiate contact.";
var helpSearch = "";

var postTitle = "How to Post";
var searchTitle = "How to Search";
var photoTitle = "Submitting a Photo";
var contactTitle = "How to contact Bride/Groom";

function show(x, y) {

    var OpenWindow=window.open("", "help", "height=450,width=350,scrollbars=yes,left=0,top=0");
    OpenWindow.document.write("<HTML><HEAD>");
    OpenWindow.document.write("<TITLE>Help Window</TITLE>");
    OpenWindow.document.write("<base href=\"http://www.oriyamatrimonials.com/\">");
    OpenWindow.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/omstyle.css\">");
    OpenWindow.document.write("</HEAD><BODY bgcolor=#ffee00>");
    OpenWindow.document.write("<CENTER>");
    OpenWindow.document.write("<table width=100% border=0 cellpadding=3 cellspacing=1 bgcolor=#ffee00><tr><td bgcolor=black><font color=#ffcccc><b>");
    OpenWindow.document.write(y);
    OpenWindow.document.write("</b></font></td></tr><tr><td>");
    OpenWindow.document.write(x);
    OpenWindow.document.write("<a href='' onClick='self.close()'> <center><p><b>Close window</b></p></center></a><p>");
    OpenWindow.document.write("</td></tr></table>");
    OpenWindow.document.write("</CENTER>");
    OpenWindow.document.write("</BODY></HTML>");
    OpenWindow.document.close();
}

function showContactDetails(x, y) {

    var OpenWindow=window.open("", "ContactDetails", "height=350,width=450,scrollbars=yes,left=0,top=0");
    OpenWindow.document.write("<HTML><HEAD>");
    OpenWindow.document.write("<TITLE>Contact Details</TITLE>");
    OpenWindow.document.write("<base href=\"http://www.oriyamatrimonials.com/\">");
    OpenWindow.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"css/omstyle.css\">");
    OpenWindow.document.write("</HEAD><BODY bgcolor=#ffee00>");
    OpenWindow.document.write("<CENTER>");
    OpenWindow.document.write("<table width=100% border=0 cellpadding=3 cellspacing=1 bgcolor=#ffee00><tr><td bgcolor=black><font color=#ffcccc><b>");
    OpenWindow.document.write(y);
    OpenWindow.document.write("</b></font></td></tr><tr><td>");
    OpenWindow.document.write(x);
    OpenWindow.document.write("<a href='' onClick='self.close()'> <center><p><b>Close window</b></p></center></a><p>");
    OpenWindow.document.write("</td></tr></table>");
    OpenWindow.document.write("</CENTER>");
    OpenWindow.document.write("</BODY></HTML>");
    OpenWindow.document.close();
}
