//top 

// this section contains a script that is used to pop up documents such as Master end-user Agreement, Disclaimer, Privavy Statement and Allowed Characters for Domain Names etc.

document.write("<script type='text/javascript' language='JavaScript'>\n");
document.write("  function popWindow(url) {\n");
document.write("    window.open (url, 'Aux_Window', 'toolbar=0,scrollbars=1,location=0,statusbar=0,status=0,menubar=0,resizable=1,width=600,height=500,left=137,top=134');\n");
document.write("  }\n");
document.write("</script>\n");

// end script section

document.write("<body style=\"margin: 10px\">");

// main controlling table to fix web page size
document.write("<table width=776 border=0 cellspacing=0 cellpadding=0 align=center><tr><td>");

document.write("<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("  <tr bgcolor=#FFFFFF>");
document.write("    <td colspan=2 valign=top align=center><img src=http://i-dns.biz/media"+ribPartner+"/ribimages/resellerlogo.gif border=0>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td colspan=2 align=right>");
document.write("      <strong>");
// this one opens for aligning ###PROFILEBAR###, which will be closed by include_topend.js



// Overall site structure

//	<-  main table to control width  ->
//	+---------------------------------+
//	|           HEADER IMAGE          |
//	+---------------------------------+
//      |                      profilebar |
//	+---------------------------------+	
//	| menu |   right panel            |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	|      |                          |
//	+---------------------------------+
//	|      copyright information      |
//	+---------------------------------+

