function TdMenuItem(strCaption, strUrl, fSelected)
{
	document.write("<td><a href=" + strUrl + ".php>");

	document.write("<img src=images/" + strCaption + ".");
	document.write((fSelected) ? "sel" : "nor");
	document.write(".jpg border=0>");

	document.write("</a></td>");
}

function TdMenuSepa()
{ document.write("<td>|</td>"); }	

function PageTop(strPage)
{
	document.write("<center>");
	document.write("<table width=100% height=100% cellSpacing=0 cellPadding=0><tr><td align=middle>");
	
	document.write("<table order bgColor=white width=900 height=580 style=\" border: 1px solid #a0a0a0; \">");
	document.write("<tr height=50>");
	document.write("	<td style=\" padding-left: 20px; padding-top: 5px; \">");
	document.write("	<a hRef=news.php>");
	document.write("	<img src=images/logo.jpg border=0></a>");	 
	document.write("	</td>");
	 
	document.write("	<td align=right vAlign=top style='padding-right: 10px; padding-top: 15px;'>");
	document.write("	<table order cellPadding=2 cellSpacing=0 class=text12>");
	document.write("	<tr>");

	TdMenuItem("lastworks",		"lastworks",		(strPage == "lastworks"));
	TdMenuSepa();
	TdMenuItem("portfolio",		"portfolio",		(strPage == "portfolio"));
	TdMenuSepa();
	TdMenuItem("profilo",		"profilo.chisiamo",	(strPage == "profilo"));
	TdMenuSepa();
	TdMenuItem("contact",		"contact",			(strPage == "contact"));
	TdMenuSepa();
	TdMenuItem("link",			"link",				(strPage == "link"));
	TdMenuSepa();
	TdMenuItem("download",		"download",			(strPage == "download"));
	//TdMenuSepa();
	//TdMenuItem("archivionews",	"archivionews",		(strPage == "archivionews"));

	document.write("	</tr>");
	document.write("	</table>");

	// "Portfolio" page requires special menu at this point of the header
	if (strPage == "portfolio")
	{ return; }

	document.write("	</td>");
	document.write("</tr>");

	document.write("<tr>");
	document.write("	<td colSpan=2 vAlign=top>");
}

function PageBottom()
{
	document.write("	</td>");
	document.write("</tr>");
	document.write("</table>");

	document.write("<table width=900 cellSpacing=0 cellPadding=0><tr><td align=left class='text10 textDGray mailAddr' style='padding-left: 15px; padding-top: 5px;'>");
	document.write(" SUNRISEADVERTISING - corso Valdocco, 3 - 10122 Torino - Tel.0114338898 - Fax 0114319715");
	document.write(" - <a href=mailto:info@sunriseadv.it class='text10 textDGray textNoDeco'>info@sunriseadv.it</a>");
	document.write("</td></tr></table>");
	document.write("</td></tr></table>");
}

function PageAdminTop()
{
	document.write("<center>");
	document.write("<table width=100% height=100% cellSpacing=0 cellPadding=0><tr><td align=middle>");
	
	document.write("<table order bgColor=white width=900 height=580 style=\" border: 1px solid #a0a0a0; \">");
	document.write("<tr height=50>");
	document.write("	<td style=\" padding-left: 20px; padding-top: 5px; \">");
	document.write("	<a hRef=admin.news.php>");
	document.write("	<img src=images/logo.jpg border=0></a>");	 
	document.write("	</td>");
	 
	document.write("	<td align=right vAlign=bottom>");
	document.write("	<table order cellPadding=2 cellSpacing=0 class=text12>");
	document.write("	<tr>");

	document.write("	<td>");
	document.write("	<a hRef=admin.news.php>News</a>");
	document.write("	</td>");	

	document.write("	<td>");
	document.write("	<a hRef=admin.customers.php>Clienti</a>");
	document.write("	</td>");

	document.write("	<td>");
	document.write("	<a hRef=admin.projects.php>Progetti</a>");
	document.write("	</td>");

	document.write("	<td>");
	document.write("	<a hRef=admin.stuffs.php>Stuffs</a>");
	document.write("	</td>");

	document.write("	<td>");
	document.write("	<a hRef=admin.links.php>Links</a>");
	document.write("	</td>");

	document.write("	<td>");
	document.write("	<a hRef=admin.downloads.php>Downloads</a>");
	document.write("	</td>");

	document.write("	<td>");
	document.write("	<a hRef=admin.sunews.php>Sunews</a>");
	document.write("	</td>");
	
	document.write("	<td>");
	document.write("	<a hRef=_logout.php>Logout</a>");
	document.write("	</td>");

	document.write("	</tr>");
	document.write("	</table>");
	document.write("	</td>");
	document.write("</tr>");

	document.write("<tr>");
	document.write("	<td colSpan=2 vAlign=top style=\" padding: 30px; \">");
}

function PageAdminBottom()
{
	document.write("	</td>");
	document.write("</tr>");
	document.write("</table>");

	document.write("<table width=900><tr><td align=right class='text10 textDGray'>");
	document.write(" SUNRISEADVERTISING - corso Valdocco, 3 - 10122 Torino - Tel.0114338898 - Fax 0114319715");
	document.write("</td></tr></table>");
	
	document.write("</td></tr></table>");
}

function PageTopLogin()
{
	document.write("<center>");
	document.write("<table width=100% height=100% cellSpacing=0 cellPadding=0><tr><td align=middle>");
	
	document.write("<table order bgColor=white width=900 height=580 style=\" border: 1px solid #a0a0a0; \">");
	document.write("<tr height=50>");
	document.write("	<td style=\" padding-left: 20px; padding-top: 5px; \">");
	document.write("	<a hRef=admin.news.php>");
	document.write("	<img src=images/logo.jpg border=0></a>");	 
	document.write("	</td>");
	 
	document.write("	<td align=right vAlign=bottom>");
	document.write("	</td>");
	document.write("</tr>");

	document.write("<tr>");
	document.write("	<td colSpan=2 vAlign=top style=\" padding: 30px; \">");
}

