var multiSelectText = "In order to select more than one item from this list, hold down the ctrl key on your key board and click on the items.  To unselect an item, so the same that is hold down the ctrl key and click on the item";
var multiSelectTextTitle = "How to Select more than one";

var summaryText = "Summary of your advertisement should say<br><br><ul><li>Who the bride/groom is<li>What is he/she looking for in a life partner</ul><p>For example, if the Bride is a 25 year old Karan teacher whose father is a Govt Officer and she is looking for groom of same caste age 28 and higher, it may be summarized as following:<p>If posted by parent/guardian<p>\"Govt officer seeks eligible grooms of Karan caste age 28 and higher for his 25 year old teacher daughter\"<p>If posted by herself<p>\"25 year old karan teacher slim and fair, seeking grooms of same caste\"";
var summaryTextTitle = "How to summarize";

var win1 = "height=250,width=350,scrollbar=yes";
var win2 = "height=350,width=350,scrollbar=yes";

function showHelp(x, y, win) {
    var OpenWindow=window.open("", "helpwin", win);
    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=#ffcccc>");
    OpenWindow.document.write("<CENTER>");
    OpenWindow.document.write("<table width=100% border=0 cellpadding=3 cellspacing=1 bgcolor=#ffcccc><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>");
}

