
function openlangie(){ 


OpenWindow=window.open("", "","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=450,height=200,left=20,top=20");
OpenWindow.document.write("<html><title>To specify another language for Web page content</title>");

OpenWindow.document.write("<head><link rel=\"stylesheet\" href=\"styles/content.css\" type=\"text/css\" media=\"all\" /></head><body>");
OpenWindow.document.write("<div style=\"margin: 20px;\"><h1>To specify another language for Web page content</h1>");
OpenWindow.document.write("<ol><li>In Internet Explorer, on the Tools menu, click Internet Options. </li><li>On the General tab, click Languages.</li> <li>Click Add.</li><li>Select the language you want to add. </li></ol>");
OpenWindow.document.write("<p align=\"right\"><a href=\"javascript:window.close();\">Close this window</a>");
OpenWindow.document.write("</div></body></html>");
}



function openlangmoz(){
OpenWindow=window.open("", "","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=450,height=500,left=20,top=20");
OpenWindow.document.write("<html><title>To specify another language for Web page content</title>");
OpenWindow.document.write("<head><link rel=\"stylesheet\" href=\"styles/content.css\" type=\"text/css\" media=\"all\" /></head><body>");
OpenWindow.document.write("<div style=\"margin: 20px;\"><h1>To specify another language for Web page content</h1>");
OpenWindow.document.write("<p>Mozilla can detect which character coding a document uses, and can display it correctly on your screen. To take advantage of this capability, begin from the Navigator window:</p>");
OpenWindow.document.write("<ol><li>Open the View menu, choose Character Coding, and then choose Auto-Detect.</li>");
OpenWindow.document.write("<li>Choose one of the Auto-Detect options, or choose Off from the submenu.</li></ol> ");
OpenWindow.document.write("<p>To make changes to your list of active character sets:</p>");
OpenWindow.document.write("<ol><li>Open the View menu, choose Character Coding, and then choose Customize. You can see the Customize Coding dialog box.");
OpenWindow.document.write("<li>Choose from the following procedures:");
OpenWindow.document.write("<ul><li>To add to the list of active character sets, choose a character set from the list on the left and click Add.</li>");
OpenWindow.document.write("<li>To remove a character set from the active list, choose a character set from the list on the right and click Remove.</li>");
OpenWindow.document.write("<li>To change the order in which the browser checks for character sets, highlight character sets in the list on the right, and use the arrow buttons to move the character sets up or down in the list.</li></ul></li></ol>");  
OpenWindow.document.write("<p align=\"right\"><a href=\"javascript:window.close();\">Close this window</a>");
OpenWindow.document.write("</div></body></html>");

}
