// JavaScript Document
	
function homepageMenu() {
	document.write("<div id=\"Homemenu\">");
	document.write("<table width=\"216\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" ");
	
	document.write("	<tr>");
	document.write("		<td width=\"38\"></td>	");
	document.write("     		<td class=\"Header\">Services</td>");
	document.write("	</tr>");
	document.write("	<tr>");
	document.write("		<td colspan=\"2\"><img src=\"images/Premedia-Services.jpg\"alt=\"Premedia Services\"width=\"216\"height=\"17\"></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/Print-Services.jpg\"alt=\"Print Services\"width=\"216\"height=\"17\"</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><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/Data-Services.jpg\"alt=\"Data Services\"width=\"216\"height=\"17\"</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/Premedia-Offshoring-roll.gif'\"onmouseout=\"document.premedia_offshoring.src='images/Premedia-Offshoring.gif'\"><img src=\"images/Premedia-Offshoring.gif\" name=\"premedia_offshoring\" width=\"216\" height=\"17\" border=\"0\"> </a></div></td>");
	document.write("	</tr>");
	
	document.write(" <td colspan=\"2\"><div id=\"subheader\"><a href=\"training.htm\"onmouseover=\"document.premedia_institute.src='images/Premedia-Institute_roll.gif'\"onmouseout=\"document.premedia_institute.src='images/Premedia-Institute.gif'\"><img src=\"images/Premedia-Institute.gif\" name=\"premedia_institute\" width=\"216\" height=\"17\" 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>");*/
}

