function Splash_Widget (root) {
	this.root_div = root;
}

Splash_Widget.prototype.show_load = function () {
	document.getElementById(this.root_div).innerHTML = this.splash_table();
}

Splash_Widget.prototype.splash_table = function () {
var table = ""
+ "<div style=\"position: relative; width: 100%\">"
+ "<table width=\"100%\" hieght=\"100%\" border=\"0px\" cellpadding=\"0px\" cellspacing=\"0px\">"
+ "<tr>"
+ "<td colspan=\"2\" rowspan=\"2\" valign=\"top\" width=\"70%\" style=\"border-right: 1px solid #666\">"

//border table
+ "<div id=\"join_frame\" style=\"padding-right: 3px; overflow:hidden\">"
+ "<table width=\"100%\" border=\"0px\" cellpadding=\"0px\" cellspacing=\"0px\" style=\"\"><tr><td>"
+ "<div style=\"width: 100%; background-image: url('images/black_ad.gif'); background-repeat: repeat-x; text-align: center\"><b>Put Your Portfolio Online<b><br />" 
+ "<table align=\"center\" width=\"100%\" border=\"0px\" cellpadding=\"0px\" cellspacing=\"0px\" style=\"border-bottom: 8px solid #111; border-top: 8px solid #111\">"
+ "<tr align=\"center\"><td width=\"33%\" valign=\"top\" style=\"color: #FFCC99;\">"

+ "<div style=\"height: 40px\">FREE<br />Portfolio</div>"
+ "<div id=\"bronze_frame\" style=\"text-align: left; margin: 8px; padding: 4px; background-color: #222; font-size: 10px\"><div style=\"float: right; text-align: right; font-size: 10px; font-weight: normal\"><a class=\"bronze\">< <span onclick=\"bronze_demo()\">learn more</span></a></div>"
+ "<ul><li><a class=\"bronze\" onClick=\"bronze_demo_scan(-1)\">5 images</a></li>"
+ "<li><a class=\"bronze\" onClick=\"bronze_demo_scan(0)\">1 video/flash</a></li>"
+ "<li><a class=\"bronze\" onClick=\"bronze_demo_scan(1)\">500 word descriptions</a></li>"
+ "<li><a class=\"bronze\" onClick=\"bronze_demo_scan(2)\">Update your online resume anytime</a></li>"
+ "<li><a class=\"bronze\" onClick=\"bronze_demo_scan(3)\">Receive email notifications</a></li>"
+ "<li><a class=\"bronze\" onClick=\"bronze_demo_scan(4)\">Update your availability</a></li></ul>"
+ "</div></td>"

+ "<td width=\"33%\" valign=\"top\" style=\"color: #AAA;\"><div style=\"height: 40px;\">"
+ "$10/mo.<br />Online Gallery</div>"
+ "<div id=\"silver_frame\" style=\"text-align: left;  margin: 8px; padding: 4px; background-color: #222; font-size: 10px\">"
+ "<div style=\"float: right; text-align: right; color: #666; font-size: 10px; font-weight: normal\"><a class=\"silver\">< <span onclick=\"silver_demo()\">learn more</span></a></div>"
+ "<ul><li><a class=\"silver\" onClick=\"silver_demo_scan(-1)\">50 images</a></li>"
+ "<li><a class=\"silver\" onClick=\"silver_demo_scan(0)\">10 videos/flash</a></li>"
+ "<li><a class=\"silver\" onClick=\"silver_demo_scan(1)\">1000 word descriptions</a></li>"
+ "<li><a class=\"silver\" onClick=\"silver_demo_scan(2)\">Upload resume attachments</a></li>"
+ "<li><a class=\"silver\" onClick=\"silver_demo_scan(3)\">Online notifications</a></li>"
+ "<li><a class=\"silver\" onClick=\"silver_demo_scan(4)\">Project based availability</a></li></ul>"
+ "</div></td>"

//+ "<td valign=\"top\" style=\"color: #FFAA00;\"><div style=\"height: 40px;\">"
//+ "$24/mo.<br /><i>ULTRA</i> Account</div>"
//+ "<div style=\"text-align: left; margin: 8px; padding: 4px; background-color: #222; font-size: 10px\">"
//+ "<div style=\"float: right; text-align: right\"><a class=\"gold\">< learn more</a></div>"
//+ "<ul><li>Custom domain</li><li>Unlimited images</li><li>50 videos/flash</li><li>No limit to description length</li><li>Interactive resume building</li><li>Unlimited content categories</li><li>Online image editting</li><li>Personal job-request board</li></ul></div></td></tr>"

+ "<tr align=\"center\">"
+ "<td height=\"38px\"><a class=\"bronze\" href=\"javascript:time_stamp()\" onClick=\"bronze_signup_display()\">get started...</a></td>"
+ "<td><a class=\"silver\" href=\"javascript:time_stamp()\" onClick=\"javascript:window.location='https://topfolios.com/accounts'\">Sign-Up</a></td>"
//+ "<td><a class=\"gold\" href=\"javascript:time_stamp()\" onClick=\"signup_display()\">Register Now!</a></td></tr>"
+ "<tr align=\"center\"><td colspan=\"3\" class=\"black_ad_stripe\">"
+ "<div style=\"width: 400px\">"
+ "<span style=\"font-size: 10px; font-weight: normal\">Limited</span>"
+ " FREE Online Gallery Accounts"
+ " <span style=\"color: #666; font-size: 10px; font-weight: normal\">< <a class=\"black_ad\" onClick=\"free_signup_display()\">learn more (15 left)</a></span>"
+ "</div>"
+ "</td></tr>"
+ "<tr><td colspan=\"3\" height=\"11px\" style=\"background-image: url('images/black_ad_bottom.gif'); background-repeat: repeat-x\">"
+ "</td></tr>"
+ "</table>"

//border table
+ "<td style=\"background-color: #000\" width=\"3px\"></td>"
+ "</tr>"
+ "<tr>"
+ "<td style=\"background-color: #000\"></td>"
+ "<td>"
+ "<img src=\"images/corner.gif\"/>"
+ "</td></tr>"
+ "</table>"
+ "</div>"
+ "</div>"

+ "      <div id=\"query_cell\">"
+ "         <div id=\"query_banner\" class=\"query_banner\" style=\"height: 100%\">"
+ "         </div>"
+ "         <div id=\"query_results\" style=\"margin-right: 6px;\">"
+ "         </div>"
+ "         <div id=\"query_navigation\">"
+ "         </div>"
+ "      </div>"

+ "</td>"

+ "<td width=\"30%\" valign=\"top\" colspan=\"2\" rowspan=\"2\" style=\"border-left: 1px solid #333\">"
+ "<div class=\"splash_topic\">"
+ "<table border=\"0px\" cellpadding=\"0px\" cellspacing=\"0px\" width=\"100%\"><tr><td>"
+ "<b>Members</b>"
+ "</td><td align=\"right\">"
+ "            <div style=\"text-align: right\">"
+ "              <input class=\"clean\" id=\"search_keyword_input\" onkeypress=\"check_return(event,'search')\" style=\"width:110px\" value=\"search\" onClick=\"if(this.value=='search')this.value=''\"/>"
+ "              <input class=\"button\" type=\"button\" onclick=\"member_query()\" value=\"find\"/>"
+ "            </div>"
+ "</td></tr></table>"

+ "</div>"
+ "<div id=\"member_window\" class=\"inset_content\" style=\"height: 60px\">"
+ "</div>"

+ "    <div class=\"splash_lead\">"
+ "      <b>Browse For Talent</b>"
+ "    </div>"
+ "	   <div style=\"padding: 8px; border-bottom: 1px solid #666\" class=\"inset_content\" id=\"browse_list\">"
+ "    <a onClick=\"expert_query()\">Expertise</a><br />"
+ "    <a onClick=\"skill_query()\">Skills</a><br />"
+ "    <a onClick=\"genre_query()\">Genre</a><br />"
+ "    <a onClick=\"artist_query()\">Artists</a>"
+ "	   </div>"

+ "    <div style=\"margin: 14px\">"
+ "    <div style=\"height: 48px; width: 256px; background: url(images/job_post.png)\">"
+ "      <table height=\"100%\"><tr><td width=\"114px\" style=\"cursor: pointer\" onClick=\"handle_job_post()\"></td>"
+ "      <td style=\"color: #FFF; font-size: 10px\">Get a FREE Jobs account<br />Post unlimited Jobs. <a class=\"white\" onclick=\"jobs_signup_display()\">Join</a></td></tr></table>"
+ "    </div>"
+ "    </div>"

+ "	</td>"
+ "  </tr>"
+ "  <tr>"
+ "    <td valign=\"top\" valign=\"top\" style=\"border-right: 1px solid #666\">"
+ "    </td>"
+ "    </tr>"
+ "  <tr>"
+ " <td colspan=\"2\" style=\"border-bottom: 0px solid #555\"></td>"
+ "    <td width=\"100%\" style=\"border-bottom: 0px solid #555\"></td>"
+ "    <td width=\"\" align=\"right\" style=\"border-bottom: 0px solid #555\"></td>" //b-right corner
+ "    </tr>"
+ "</table>"
+ "</div>";

return table;
}