// JavaScript Document
function top()
{
var str="";
str+="<table width='766' border='0' cellpadding='0' cellspacing='0'>";
str+="<tr>";
str+="<td width='221' height='147' valign='top'><a href='index.html'><img src='images/logo.jpg' border='0' alt='Creative Marketing Products'></a></td>";
str+="<td width='547' valign='top'><table width='505' height='147' border='0' align='right' cellpadding='0' cellspacing='0'>";
str+="<tr>";
str+="<td width='121' height='124' rowspan='7'>&nbsp;</td>";
str+="<td width='228' rowspan='7' valign='top'><br><table width='220' height='114' border='0' cellpadding='0' cellspacing='0'>";
str+="<tr>";
str+="<td width='36' height='26' valign='top' class='bulbicons'>&nbsp;</td>";
str+="<td width='184' valign='middle'><a href='decorated_apparel.html' class='bulblinks'>Decorated Apparel</a></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='26' class='bulbicons'>&nbsp;</td>";
str+="<td width='184' valign='middle'><a href='promotional_items.html' class='bulblinks'>Promotional Products</a></td>";
str+="</tr>";
str+="<tr>";
str+="<td valign='top' class='bulbicons'>&nbsp;</td>";
str+="<td width='184' valign='middle'><a href='tradeshow_displays.html' class='bulblinks'>Trade Show Displays</a></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='27' valign='top' class='bulbicons'>&nbsp;</td>";
str+="<td width='184' valign='middle'><a href='our_services.html#graphic' class='bulblinks'>Graphic Design Services</a></td>";
str+="</tr>";
str+="</table></td>";
str+="<td width='19' height='36' class='rightlinks'>&nbsp;</td>";
str+="<td width='33' valign='top' class='righticons'><img src='images/icon_phone.jpg'></td>";
str+="<td width='104' height='36' class='rightlinks'><a href='#' class='righttext'>561.798.2424</a></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='1' bgcolor='#FFFFFF' colspan='3'></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='36' class='rightlinks'>&nbsp;</td>";
str+="<td class='righticons'><img src='images/icon2.jpg' width='33' height='34'></td>";
str+="<td class='rightlinks'><a href='#' class='righttext'>561.792.4332</a></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='1' bgcolor='#FFFFFF' colspan='3'></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='36' class='rightlinks'>&nbsp;</td>";
str+="<td height='36' class='righticons'><img src='images/icon_mail.jpg' width='33' height='34'></td>";
str+="<td height='36' class='rightlinks'><a href='contact_us.php' class='righttext'>Contact Us</a></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='1' bgcolor='#FFFFFF' colspan='3'></td>";
str+="</tr>";
str+="<tr>";
str+="<td height='36' class='rightlinks'>&nbsp;</td>";
str+="<td class='righticons'><a href='#'><img src='images/icon_home.jpg' width='33' height='36' border='0'></a></td>";
str+="<td class='rightlinks'><a href='index.html' class='righttext'>Home</a></td>";
str+="</tr>";
str+="</table>";
str+="</td>";
str+="</tr>";
str+="<tr>";
str+="<td height='37' colspan='2' valign='top'>";
str+="<table width='766' height='38' border='0' cellpadding='0' cellspacing='0'>";
str+="<tr>";
str+="<td valign='middle' class='menu'><div>&nbsp;&nbsp;<a href='our_services.html' class='menutext'>Our Services</a>&nbsp;&nbsp;<a href='decorated_apparel.html' class='menutext'>Decorated Apparel</a>&nbsp;&nbsp;<a href='promotional_items.html' class='menutext'>Promotional Items</a>&nbsp;&nbsp;<a href='tradeshow_displays.html' class='menutext'>Trade Show Displays</a>&nbsp;&nbsp;<a href='greeting_cards.html' class='menutext'>Greeting Cards</a>&nbsp;&nbsp;<a href='wedding_invitations.html' class='menutext'>Wedding Invitations</a>&nbsp;&nbsp;<a href='calendars.html' class='menutext'>Calendars</a></div></td>";
str+="</tr>";
str+="</table>";
document.write(str);
}


function bottom()
{
var str="";
str+="<table width='766' border='0' cellspacing='0' cellpadding='0'>";
str+="<tr>";
str+="<td class='footer'><div align='center'>";
str+="<div align='center'><a href='index.html' class='footertext'>Home</a> | <a href='decorated_apparel.html' class='footertext'>Decorated Apparel</a> | <a href='promotional_items.html' class='footertext'>Promotional Items</a> | <a href='tradeshow_displays.html' class='footertext'>Trade Show Displays</a> | <a href='greeting_cards.html' class='footertext'>Greeting Cards</a> | <a href='wedding_invitations.html' class='footertext'>Wedding Invitations</a> | <a href='calendars.html' class='footertext'>Calendars</a> | <a href='contact_us.php' class='footertext'>Contact Us</a></div>";
str+="<div align='center'>3460 Fairlane Farms Rd, Suite 14, Wellington, FL 33414.  Call:561.798.2424.<br>";
str+="© Copyright 2007,  Creative Marketing Products, Inc</div>";
str+="</div></td>";
str+="</tr>";
str+="</table>";
document.write(str);
}

