<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="G-marks"
directory_title="Bookmarks for Gmail"
title_url="http://sn.im/gadgeteer"
description="Bookmarks for Gmail, add your favorite links on your Gmail page. G-marks is specifically designed for Gmail, but may be used where ever gadgets reside."
category="technology"
category2="tools"
screenshot="http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/zGMarks-screenshot.png"
thumbnail="http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/zGMarks-thumbnail.png"
author="Gadgeteer"
author_email="Gadgeteer@switched.com"
author_affiliation="None"
author_location="Laughlin, NV, USA"
author_aboutme="Hi friends, welcome to my exciting journey in gadgetry. Now a little about me, I am educated, attractive, witty, spontaneous, adventurous and love iGoogle."
author_photo="http://hosting.gmodules.com/ig/gadgets/file/107204226890132081824/Gadgeteer.jpg"
author_link="http://gadgetsdirectory.blogspot.com/"
author_quote="To live is the rarest thing in the world. Most people exist, that is all. Oscar Wilde"
height="62"
width="250">
<Require feature="settitle"/>
<Require feature="dynamic-height"/>
<Require feature="setprefs" />
<Require feature="views"/>
</ModulePrefs>
<UserPref name="target" display_name="Target:" default_value="_blank" datatype="enum">
<EnumValue value="_blank" />
<EnumValue value="_parent" />
</UserPref>
<UserPref name="Title" display_name="Title:" datatype="string" default_value="Bookmarks for Gmail" ></UserPref>
<UserPref name="Color" display_name="Box Color:" default_value="email" datatype="enum">
<EnumValue value="email" />
<EnumValue value="Sky" />
<EnumValue value="Cyan" />
<EnumValue value="None" />
<EnumValue value="Black" />
<EnumValue value="Blue" />
<EnumValue value="Green" />
<EnumValue value="Yellow" />
<EnumValue value="BlueGray" />
<EnumValue value="Cafe" />
<EnumValue value="CBlack" />
<EnumValue value="Charcoal" />
<EnumValue value="DeepBlue" />
<EnumValue value="Gray" />
<EnumValue value="Lavender" />
<EnumValue value="Mint" />
<EnumValue value="Purple" />
<EnumValue value="Rose" />
<EnumValue value="Teal" />
<EnumValue value="TruBlue" />
</UserPref>
<UserPref name="TexColor" display_name="Text Color:" datatype="string" default_value="black"></UserPref>
<UserPref name="Your1DESC" display_name="Title 1:" datatype="string" default_value="Gadgets Directory"></UserPref>
<UserPref name="Your1URL" display_name="URL 1:" datatype="string" default_value="http://gadgetsdirectory.blogspot.com/"></UserPref>
<UserPref name="Your2DESC" display_name="Title 2:" datatype="string" default_value="Daily Image"></UserPref>
<UserPref name="Your2URL" display_name="URL 2:" datatype="string" default_value="http://twitter.com/DailyImage"></UserPref>
<UserPref name="Your3DESC" display_name="Title 3:" datatype="string" default_value="3"></UserPref>
<UserPref name="Your3URL" display_name="URL 3:" datatype="string" default_value="3"></UserPref>
<UserPref name="Your4DESC" display_name="Title 4:" datatype="string" default_value="4"></UserPref>
<UserPref name="Your4URL" display_name="URL 4:" datatype="string" default_value="4"></UserPref>
<UserPref name="Your5DESC" display_name="Title 5:" datatype="string" default_value="5"></UserPref>
<UserPref name="Your5URL" display_name="URL 5:" datatype="string" default_value="5"></UserPref>
<UserPref name="Your6DESC" display_name="Title 6:" datatype="string" default_value="6"></UserPref>
<UserPref name="Your6URL" display_name="URL 6:" datatype="string" default_value="6"></UserPref>
<Content type="html">
<![CDATA[
<style type="text/css">
a {text-decoration:none;}
.MainMenu {font-family : Arial, Helvetica, sans-serif;font-size : 16px;text-decoration : none;}
.MainMenu2 {font-family : Arial, Helvetica, sans-serif;font-size : 10px;text-decoration : none;}
.MainMenu3 {font-family : Arial, Helvetica, sans-serif;font-size : 13px;text-decoration : none;}
img {border-color: black;} 
</style>
<div id="boxoflinks"></div>
<div id="DesignByYou"></div>
<script type="text/javascript">
function makeboxoflinks() {
var prefs = new _IG_Prefs();
var target = prefs.getString("target");
var Your1DESC = prefs.getString("Your1DESC");
var desc1 = Your1DESC.substring( 0, 18 );
var Your2DESC = prefs.getString("Your2DESC");
var desc2 = Your2DESC.substring( 0, 18 );
var Your3DESC = prefs.getString("Your3DESC");
if (Your3DESC=="3") Your3DESC="";
var desc3 = Your3DESC.substring( 0, 18 );
var Your4DESC = prefs.getString("Your4DESC");
if (Your4DESC=="4") Your4DESC="";
var desc4 = Your4DESC.substring( 0, 18 );
var Your5DESC = prefs.getString("Your5DESC");
if (Your5DESC=="5") Your5DESC="";
var desc5 = Your5DESC.substring( 0, 18 );
var Your6DESC = prefs.getString("Your6DESC");
if (Your6DESC=="6") Your6DESC="";
var desc6 = Your6DESC.substring( 0, 18 );
var url1 = prefs.getString("Your1URL");
var url2 = prefs.getString("Your2URL");
var url3 = prefs.getString("Your3URL");
if (url3=="3") url3="";
var url4 = prefs.getString("Your4URL");
if (url4=="4") url4="";
var url5 = prefs.getString("Your5URL");
if (url5=="5") url5="";
var url6 = prefs.getString("Your6URL");
if (url6=="6") url6="";
var grabpaint = prefs.getString("Color");
var grabtxtpaint = prefs.getString("TexColor");
var imageone = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/" + grabpaint + ".jpg";
var imagetwo = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/spacer.gif";
var imagethr = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/space.gif";
var imagefor = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/" + grabpaint + "1.jpg";
var sizeme=16;
if (screen.width==800) sizeme=12;
if ((!Your3DESC)&&(!Your4DESC)&&(!Your5DESC)&&(!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
_gel('boxoflinks').innerHTML = htmlcode;
} else if ((!Your4DESC)&&(!Your5DESC)&&(!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
_gel('boxoflinks').innerHTML = htmlcode;
} else if ((!Your5DESC)&&(!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url4 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc4 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
_gel('boxoflinks').innerHTML = htmlcode;
} else if ((!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url4 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc4 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url5 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc5 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
_gel('boxoflinks').innerHTML = htmlcode;
} else {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url4 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc4 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url5 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc5 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url6 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc6 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
_gel('boxoflinks').innerHTML = htmlcode;
}
}
function Done() {
var html = "";
 _gel('DesignByYou').innerHTML = html;
 _IG_AdjustIFrameHeight();
}
makeboxoflinks();
_IG_AdjustIFrameHeight();
</script>
]]>
</Content>
<Content type="html" view="home">
<![CDATA[
<style type="text/css">
a {text-decoration:none;}
.MainMenu {font-family : Arial, Helvetica, sans-serif;font-size : 16px;text-decoration : none;}
.MainMenu2 {font-family : Arial, Helvetica, sans-serif;font-size : 10px;text-decoration : none;}
.MainMenu3 {font-family : Arial, Helvetica, sans-serif;font-size : 13px;text-decoration : none;}
img {border-color: black;} 
</style>
<div id="boxoflinks"></div>
<div id="DesignByYou"></div>
<script type="text/javascript">
function makeboxoflinks() {
var prefs = new _IG_Prefs();
var target = prefs.getString("target");
var Your1DESC = prefs.getString("Your1DESC");
var desc1 = Your1DESC.substring( 0, 18 );
var Your2DESC = prefs.getString("Your2DESC");
var desc2 = Your2DESC.substring( 0, 18 );
var Your3DESC = prefs.getString("Your3DESC");
if (Your3DESC=="3") Your3DESC="";
var desc3 = Your3DESC.substring( 0, 18 );
var Your4DESC = prefs.getString("Your4DESC");
if (Your4DESC=="4") Your4DESC="";
var desc4 = Your4DESC.substring( 0, 18 );
var Your5DESC = prefs.getString("Your5DESC");
if (Your5DESC=="5") Your5DESC="";
var desc5 = Your5DESC.substring( 0, 18 );
var Your6DESC = prefs.getString("Your6DESC");
if (Your6DESC=="6") Your6DESC="";
var desc6 = Your6DESC.substring( 0, 18 );
var url1 = prefs.getString("Your1URL");
var url2 = prefs.getString("Your2URL");
var url3 = prefs.getString("Your3URL");
if (url3=="3") url3="";
var url4 = prefs.getString("Your4URL");
if (url4=="4") url4="";
var url5 = prefs.getString("Your5URL");
if (url5=="5") url5="";
var url6 = prefs.getString("Your6URL");
if (url6=="6") url6="";
var grabpaint = prefs.getString("Color");
var grabtxtpaint = prefs.getString("TexColor");
var imageone = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/" + grabpaint + ".jpg";
var imagetwo = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/spacer.gif";
var imagethr = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/space.gif";
var imagefor = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/" + grabpaint + "1.jpg";
var sizeme=16;
if (screen.width==800) sizeme=12;
if ((!Your3DESC)&&(!Your4DESC)&&(!Your5DESC)&&(!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
htmlcode += "<center><a href=\"javascript:GoEditTheBox()\"><font color=\"#000000\" class=\"MainMenu2\">Edit</font></a></div>";
_gel('boxoflinks').innerHTML = htmlcode;
} else if ((!Your4DESC)&&(!Your5DESC)&&(!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
htmlcode += "<center><a href=\"javascript:GoEditTheBox()\"><font color=\"#000000\" class=\"MainMenu2\">Edit</font></a></div>";
_gel('boxoflinks').innerHTML = htmlcode;
} else if ((!Your5DESC)&&(!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url4 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc4 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
htmlcode += "<center><a href=\"javascript:GoEditTheBox()\"><font color=\"#000000\" class=\"MainMenu2\">Edit</font></a></div>";
_gel('boxoflinks').innerHTML = htmlcode;
} else if ((!Your6DESC)) {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url4 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc4 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url5 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc5 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
htmlcode += "<center><a href=\"javascript:GoEditTheBox()\"><font color=\"#000000\" class=\"MainMenu2\">Edit</font></a></div>";
_gel('boxoflinks').innerHTML = htmlcode;
} else {
var htmlcode = "<div>";
htmlcode += "<table style=\"background: url(" + imagefor + ")\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"CENTER\">";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url1 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc1 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url2 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc2 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>"; 
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url3 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc3 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url4 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc4 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url5 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc5 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "<tr>";
htmlcode += "<td style=\"background: url(" + imageone + "); height: 18px \" width=\"100%\" align=\"center\" onMouseOver=\"this.style.backgroundImage='url(" + imagethr + ")' ;\" onMouseOut=\"this.style.backgroundImage='url(" + imageone + ")';\"><a target=\"" + target + "\" href=\"" + url6 + "\" ><font style=\"Arial, Helvetica, sans-serif;font-size : " + sizeme + "px;text-decoration : none;color : " + grabtxtpaint + "; \" >" + desc6 + "</font></a></td>";
htmlcode += "<td bgcolor=black width=\"1\"><img src=\"" + imagetwo + "\"  border=\"0\" width=\"1\" height=\"1\" alt=\"spacer.gif\"></td>";
htmlcode += "</tr><tr>";
htmlcode += "<td height=2 width=\"100%\" colspan=\"1\" bgcolor=\"BLACK\"><img src=\"" + imagetwo + "\"  width=1 height=1 border=0 alt=\"spacer.gif\"></td>";
htmlcode += "</tr></table>";
htmlcode += "<center><a href=\"javascript:GoEditTheBox()\"><font color=\"#000000\" class=\"MainMenu2\">Edit</font></a></div>";
_gel('boxoflinks').innerHTML = htmlcode;
}
}
function Done() {
var html = "";
 _gel('DesignByYou').innerHTML = html;
 _IG_AdjustIFrameHeight();
}
function GoEditTheBox() {
var html = "<center>";
 html += "<a href=\"javascript:EditBox()\"><font color=\"#000000\" class=\"MainMenu\">Links</font></a>";
 html += "&nbsp;&nbsp;&nbsp;";
 html += "<a href=\"javascript:Design()\"><font color=\"#000000\" class=\"MainMenu\">Color</font></a>";
 html += "</center>";
 html += "<br><center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</font></a></center>";
 _gel('DesignByYou').innerHTML = html;
 _IG_AdjustIFrameHeight();
}
function EditBox() {
var html = "<div>";
html += "<center>";
html += "<a href=\"javascript:EditSpot1()\">Edit Link 1</a>";
html += "<br>";
html += "<a href=\"javascript:EditSpot2()\">Edit Link 2</a>";
html += "<br>";
html += "<a href=\"javascript:EditSpot3()\">Edit Link 3</a>";
html += "<br>";
html += "<a href=\"javascript:EditSpot4()\">Edit Link 4</a>";
html += "<br>";
html += "<a href=\"javascript:EditSpot5()\">Edit Link 5</a>";
html += "<br>";
html += "<a href=\"javascript:EditSpot6()\">Edit Link 6</a>";
html += "<br>";
html += "<br><center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</font></a></center>";
_gel('DesignByYou').innerHTML = html;
_IG_AdjustIFrameHeight();
}
function Design() {
var Sky = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Sky.jpg";
var Cyan = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Cyan.jpg";
var None = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/None.jpg";
var Black = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Black.jpg";
var Blue = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Blue.jpg";
var Yellow = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Yellow.jpg";
var BlueGray = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/BlueGray.jpg";
var Cafe = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Cafe.jpg";
var CBlack = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/CBlack.jpg";
var Charcoal = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Charcoal.jpg";
var DeepBlue = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/DeepBlue.jpg";
var Gray = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Gray.jpg";
var Lavender = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Lavender.jpg";
var Mint = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Mint.jpg";
var Purple = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Purple.jpg";
var Rose = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Rose.jpg";
var Teal = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/Teal.jpg";
var TruBlue = "http://hosting.gmodules.com/ig/gadgets/file/107489720932522826176/TruBlue.jpg";
var html = "<div><center>";
    html += "<a href=\"javascript:paintSky()\" title=\"Change Box Color\"><IMG src=\"" + Sky + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintCyan()\" title=\"Change Box Color\"><IMG src=\"" + Cyan + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintNone()\" title=\"Change Box Color\"><IMG src=\"" + None + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintRose()\" title=\"Change Box Color\"><IMG src=\"" + Rose + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintBlack()\" title=\"Change Box Color\"><IMG src=\"" + Black + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintBlue()\" title=\"Change Box Color\"><IMG src=\"" + Blue + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintYellow()\" title=\"Change Box Color\"><IMG src=\"" + Yellow + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintBlueGray()\" title=\"Change Box Color\"><IMG src=\"" + Gray + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintCafe()\" title=\"Change Box Color\"><IMG src=\"" + Cafe + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintCBlack()\" title=\"Change Box Color\"><IMG src=\"" + CBlack + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintCharcoal()\" title=\"Change Box Color\"><IMG src=\"" + Charcoal + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintDeepBlue()\" title=\"Change Box Color\"><IMG src=\"" + DeepBlue + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintLavender()\" title=\"Change Box Color\"><IMG src=\"" + Lavender + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintMint()\" title=\"Change Box Color\"><IMG src=\"" + Mint + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintPurple()\" title=\"Change Box Color\"><IMG src=\"" + Purple + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintTeal()\" title=\"Change Box Color\"><IMG src=\"" + Teal + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
	html += "<a href=\"javascript:paintTruBlue()\" title=\"Change Box Color\"><IMG src=\"" + TruBlue + "\" height=\"20\" width=\"20\" border=\"2\"></a>";
    html += "<br><center>";
	html += "<a href=\"javascript:fontDark()\" title=\"Change Font Color\">Dark</a>&nbsp;&nbsp;&nbsp;";
	html += "<a href=\"javascript:fontMed()\" title=\"Change Font Color\">Med</a>&nbsp;&nbsp;&nbsp;";
	html += "<a href=\"javascript:fontLight()\" title=\"Change Font Color\">Light</a>";
	html += "<br></center>";
	html += "</center>";
    html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</font></a></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
_IG_AdjustIFrameHeight();
}
function Changegt(){
var gttitledone = _gel("changetitle").value;
var prefs = new _IG_Prefs();
prefs.set("Title",gttitledone);
var html = "<div><center>";
    html += "Saved, Title will up date on next page load.";
    html += "</center></div>";
	html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</font></a></center>";
_gel('DesignByYou').innerHTML = html;
makeboxoflinks();
}
function ChangeSpot1(){
var titledone = _gel("submittitle").value;
var urldone = _gel("submiturl").value;
var prefs = new _IG_Prefs();
prefs.set("Your1DESC",titledone);
prefs.set("Your1URL",urldone);
var html = "<div>";
    html += "<center><font color=\"red\" class=\"MainMenu1\">Changes Saved!</font></center><br>";
	html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</a>&nbsp;Or&nbsp;</font>";
	html += "<a href=\"javascript:EditBox()\" title=\"Edit More links\"><font color=\"#000000\" class=\"MainMenu1\">Edit Links</a></font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
makeboxoflinks();
}
function ChangeSpot2(){
var titledone = _gel("submittitle").value;
var urldone = _gel("submiturl").value;
var prefs = new _IG_Prefs();
prefs.set("Your2DESC",titledone);
prefs.set("Your2URL",urldone);
var html = "<div>";
    html += "<center><font color=\"red\" class=\"MainMenu1\">Changes Saved!</font></center><br>";
	html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</a>&nbsp;Or&nbsp;</font>";
	html += "<a href=\"javascript:EditBox()\" title=\"Edit More links\"><font color=\"#000000\" class=\"MainMenu1\">Edit Links</a></font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
makeboxoflinks();
}
function ChangeSpot3(){
var titledone = _gel("submittitle").value;
var urldone = _gel("submiturl").value;
var prefs = new _IG_Prefs();
prefs.set("Your3DESC",titledone);
prefs.set("Your3URL",urldone);
var html = "<div>";
    html += "<center><font color=\"red\" class=\"MainMenu1\">Changes Saved!</font></center><br>";
	html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</a>&nbsp;Or&nbsp;</font>";
	html += "<a href=\"javascript:EditBox()\" title=\"Edit More links\"><font color=\"#000000\" class=\"MainMenu1\">Edit Links</a></font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
makeboxoflinks();
}
function ChangeSpot4(){
var titledone = _gel("submittitle").value;
var urldone = _gel("submiturl").value;
var prefs = new _IG_Prefs();
prefs.set("Your4DESC",titledone);
prefs.set("Your4URL",urldone);
var html = "<div>";
    html += "<center><font color=\"red\" class=\"MainMenu1\">Changes Saved!</font></center><br>";
	html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</a>&nbsp;Or&nbsp;</font>";
	html += "<a href=\"javascript:EditBox()\" title=\"Edit More links\"><font color=\"#000000\" class=\"MainMenu1\">Edit Links</a></font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
makeboxoflinks();
}
function ChangeSpot5(){
var titledone = _gel("submittitle").value;
var urldone = _gel("submiturl").value;
var prefs = new _IG_Prefs();
prefs.set("Your5DESC",titledone);
prefs.set("Your5URL",urldone);
var html = "<div>";
    html += "<center><font color=\"red\" class=\"MainMenu1\">Changes Saved!</font></center><br>";
	html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</a>&nbsp;Or&nbsp;</font>";
	html += "<a href=\"javascript:EditBox()\" title=\"Edit More links\"><font color=\"#000000\" class=\"MainMenu1\">Edit Links</a></font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
makeboxoflinks();
}
function ChangeSpot6(){
var titledone = _gel("submittitle").value;
var urldone = _gel("submiturl").value;
var prefs = new _IG_Prefs();
prefs.set("Your6DESC",titledone);
prefs.set("Your6URL",urldone);
var html = "<div>";
    html += "<center><font color=\"red\" class=\"MainMenu1\">Changes Saved!</font></center><br>";
	html += "<center><a href=\"javascript:Done()\" title=\"Done\"><font color=\"#000000\" class=\"MainMenu1\">Done</a>&nbsp;Or&nbsp;</font>";
	html += "<a href=\"javascript:EditBox()\" title=\"Edit More links\"><font color=\"#000000\" class=\"MainMenu1\">Edit Links</a></font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
makeboxoflinks();
}
function EditTitle() {
var prefs = new _IG_Prefs();
var gt = prefs.getString("Title");
var html = "<div><center>";
    html += "<input type=text style=\"width:150\" value=\"" + gt + "\" id=\"changetitle\">";
    html += "<input type=submit value=\"Save Title\" onClick=\"Changegt()\">";
	html += "</div></center>";
 _gel('DesignByYou').innerHTML = html;
 _IG_AdjustIFrameHeight();
}
function EditSpot1(){
var prefs = new _IG_Prefs();
var Des1 = prefs.getString("Your1DESC");
var Url1 = prefs.getString("Your1URL");
var html = "<div>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">Title:&nbsp;</font><center>";
    html += "<input type=text style=\"width:150\" value=\"" + Des1 + "\" id=\"submittitle\"></center>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">URL:&nbsp;</font><center>";	
    html += "<input type=text style=\"width:150\" value=\"" + Url1 + "\" id=\"submiturl\"></center>";
    html += "<center><input type=submit value=\"Save Link\" onClick=\"ChangeSpot1()\"></center><br>";
	html += "<center><font color=\"#000000\" class=\"MainMenu3\">* URL: include http://</font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
}
function EditSpot2(){
var prefs = new _IG_Prefs();
var Des2 = prefs.getString("Your2DESC");
var Url2 = prefs.getString("Your2URL");
var html = "<div>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">Title:&nbsp;</font><center>";
    html += "<input type=text style=\"width:150\" value=\"" + Des2 + "\" id=\"submittitle\"></center>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">URL:&nbsp;</font><center>";	
    html += "<input type=text style=\"width:150\" value=\"" + Url2 + "\" id=\"submiturl\"></center>";
    html += "<center><input type=submit value=\"Save Link\" onClick=\"ChangeSpot2()\"></center><br>";
	html += "<center><font color=\"#000000\" class=\"MainMenu3\">* URL: include http://</font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
}
function EditSpot3(){
var prefs = new _IG_Prefs();
var Des3 = prefs.getString("Your3DESC");
var Url3 = prefs.getString("Your3URL");
var html = "<div>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">Title:&nbsp;</font><center>";
    html += "<input type=text style=\"width:150\" value=\"" + Des3 + "\" id=\"submittitle\"></center>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">URL:&nbsp;</font><center>";	
    html += "<input type=text style=\"width:150\" value=\"" + Url3 + "\" id=\"submiturl\"></center>";
    html += "<center><input type=submit value=\"Save Link\" onClick=\"ChangeSpot3()\"></center><br>";
	html += "<center><font color=\"#000000\" class=\"MainMenu3\">* URL: include http://</font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
}
function EditSpot4(){
var prefs = new _IG_Prefs();
var Des4 = prefs.getString("Your4DESC");
var Url4 = prefs.getString("Your4URL");
var html = "<div>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">Title:&nbsp;</font><center>";
    html += "<input type=text style=\"width:150\" value=\"" + Des4 + "\" id=\"submittitle\"></center>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">URL:&nbsp;</font><center>";	
    html += "<input type=text style=\"width:150\" value=\"" + Url4 + "\" id=\"submiturl\"></center>";
    html += "<center><input type=submit value=\"Save Link\" onClick=\"ChangeSpot4()\"></center><br>";
	html += "<center><font color=\"#000000\" class=\"MainMenu3\">* URL: include http://</font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
}
function EditSpot5(){
var prefs = new _IG_Prefs();
var Des5 = prefs.getString("Your5DESC");
var Url5 = prefs.getString("Your5URL");
var html = "<div>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">Title:&nbsp;</font><center>";
    html += "<input type=text style=\"width:150\" value=\"" + Des5 + "\" id=\"submittitle\"></center>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">URL:&nbsp;</font><center>";	
    html += "<input type=text style=\"width:150\" value=\"" + Url5 + "\" id=\"submiturl\"></center>";
    html += "<center><input type=submit value=\"Save Link\" onClick=\"ChangeSpot5()\"></center><br>";
	html += "<center><font color=\"#000000\" class=\"MainMenu3\">* URL: include http://</font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
}
function EditSpot6(){
var prefs = new _IG_Prefs();
var Des6 = prefs.getString("Your6DESC");
var Url6 = prefs.getString("Your6URL");
var html = "<div>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">Title:&nbsp;</font><center>";
    html += "<input type=text style=\"width:150\" value=\"" + Des6 + "\" id=\"submittitle\"></center>";
    html += "<font color=\"#000000\" class=\"MainMenu3\">URL:&nbsp;</font><center>";	
    html += "<input type=text style=\"width:150\" value=\"" + Url6 + "\" id=\"submiturl\"></center>";
    html += "<center><input type=submit value=\"Save Link\" onClick=\"ChangeSpot6()\"></center><br>";
	html += "<center><font color=\"#000000\" class=\"MainMenu3\">* URL: include http://</font></center>";
	html += "</div>";
_gel('DesignByYou').innerHTML = html;
}
function fontDark(){
var prefs = new _IG_Prefs();
prefs.set("TexColor","#000000");
makeboxoflinks();
}
function fontMed(){
var prefs = new _IG_Prefs();
prefs.set("TexColor","#4A4A4A");
makeboxoflinks();
}
function fontLight(){
var prefs = new _IG_Prefs();
prefs.set("TexColor","#E0E0E0");
makeboxoflinks();
}
function paintSky(){
var prefs = new _IG_Prefs();
prefs.set("Color","Sky");
makeboxoflinks();
}
function paintCyan(){
var prefs = new _IG_Prefs();
prefs.set("Color","Cyan");
makeboxoflinks();
}
function paintYellow(){
var prefs = new _IG_Prefs();
prefs.set("Color","Yellow");
makeboxoflinks();
}
function paintBlueGray(){
var prefs = new _IG_Prefs();
prefs.set("Color","BlueGray");
makeboxoflinks();
} 
function paintNone(){
var prefs = new _IG_Prefs();
prefs.set("Color","None");
makeboxoflinks();
}
function paintBlack(){
var prefs = new _IG_Prefs();
prefs.set("Color","Black");
makeboxoflinks();
}
function paintBlue(){
var prefs = new _IG_Prefs();
prefs.set("Color","Blue");
makeboxoflinks();
}
function paintCafe(){
var prefs = new _IG_Prefs();
prefs.set("Color","Cafe");
makeboxoflinks();
}
function paintCBlack(){
var prefs = new _IG_Prefs();
prefs.set("Color","CBlack");
makeboxoflinks();
}
function paintCharcoal(){
var prefs = new _IG_Prefs();
prefs.set("Color","Charcoal");
makeboxoflinks();
}
function paintDeepBlue(){
var prefs = new _IG_Prefs();
prefs.set("Color","DeepBlue");
makeboxoflinks();
}
function paintGray(){
var prefs = new _IG_Prefs();
prefs.set("Color","Gray");
makeboxoflinks();
}
function paintLavender(){
var prefs = new _IG_Prefs();
prefs.set("Color","Lavender");
makeboxoflinks();
}
function paintMint(){
var prefs = new _IG_Prefs();
prefs.set("Color","Mint");
makeboxoflinks();
}
function paintPurple(){
var prefs = new _IG_Prefs();
prefs.set("Color","Purple");
makeboxoflinks();
}
function paintRose(){
var prefs = new _IG_Prefs();
prefs.set("Color","Rose");
makeboxoflinks();
}
function paintTeal(){
var prefs = new _IG_Prefs();
prefs.set("Color","Teal");
makeboxoflinks();
}
function paintTruBlue(){
var prefs = new _IG_Prefs();
prefs.set("Color","TruBlue");
makeboxoflinks();
}

makeboxoflinks();
_IG_AdjustIFrameHeight();
</script>
]]>
</Content>
</Module>
