// JavaScript Document
	
function servicesMenu() {
	document.write("<div id=\"Servicemenu\">");
	document.write("<table width=\"173\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" ");
	
	document.write("	<tr>");
	document.write("		<td width=\"30\"></td>	");
	document.write("     		<td class=\"Header\">Services</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td colspan=\"2\"><img src=\"images/Sub-Premedia-Services.gif\"alt=\"Premedia Services\"width=\"173\"height=\"14\"></td>	");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"designmedia.htm\">Design &amp; layout</a></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"digitalphotography.htm\">Digital Photography</a></td>");
	document.write("	</tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"3dvisual.htm\">3D Graphics Visualization</a></td>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"multimedia.htm\">Multimedia</a></td>");
	document.write("	</tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"digitalservices.htm\">Digital Prepress</a></td>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"colorservices.htm\">Color Management</a></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td><a href=\"packagingpremedia.htm\">Packaging Premedia</a></td>");
	document.write("	</tr>");
	
	document.write("	<tr>");
	document.write("<td colspan=\"2\"><div id=\"subheader\"><img src=\"images/Sub-Print_Services.gif\"alt=\"Print Services\"width=\"173\"height=\"14\"</td></div>	");
	document.write("	</tr>");
	
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"digitalshort_run_print.htm\">Digital Short Run Printing</a></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"printservices.htm\">Offset Printing</a></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"printservices.htm\">Indoor Signage</a></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"printservices.htm\">Large-format Outdoor Media</a></td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("<td colspan=\"2\"><div id=\"subheader\"><img src=\"images/Sub-Data_Services.gif\"alt=\"Data Services\"width=\"173\"height=\"14\"</td></div>	");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td class=\"line\"><a href=\"dataservices.htm\">Digitization</a></td>");
	document.write("	</tr>");	
	document.write("	<tr>");
	document.write("		<td class=\"bullet\"></td>	");
	document.write("		<td><a href=\"dataservices.htm\">Digitial Asset Management</a></td>");
	document.write("	</tr>");
	
	document.write("	<tr>");
	document.write(" <td colspan=\"2\"><div id=\"subheader\"><a href=\"premediaofshoring.htm\"onmouseover=\"document.premedia_offshoring.src='images/Sub-Premedia-Offshoring_roll.gif'\"onmouseout=\"document.premedia_offshoring.src='images/Sub-Premedia-Offshoring.gif'\"><img src=\"images/Sub-Premedia-Offshoring.gif\" name=\"premedia_offshoring\" width=\"173\" height=\"14\" border=\"0\"> </a></div></td>");
	document.write("	</tr>");
	document.write("</table>");
	
	
	
	/*document.write("<a href=\"premedia_offshoring.html\"onmouseover=\"document.premedia_offshoring.src='images/Sub-Premedia-Offshoring_roll.gif'\"onmouseout=\"document.premedia_offshoring.src='images/Sub-Premedia-Offshoring.gif'\"><img src=\"images/Sub-Premedia-Offshoring.gif\" name=\"premedia_offshoring\" width=\"174\" height=\"14\" border=\"0\"> </a>");*/
}

