// JavaScript Document

function switchPrintOn() {
	var thePrintText = ""
	thePrintText += "<table width=\"331\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/portfolio/portfolioover_centerwin.jpg\" style=\"background-repeat:no-repeat\">"
	thePrintText += "<tr><td colspan=\"3\"><img src=\"images/spacer.gif\" width=\"10\" height=\"61\"></td></tr>"
	thePrintText += "<tr><td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"156\"></td>"
	thePrintText += "<td width=\"311\" align=\"left\" valign=\"top\" class=\"twelveblack\"><div align=\"center\" class=\"colheadbldforteen\"><span class=\"dkblue\">Print Media</span></div>"
	thePrintText += "<br>Print media can come in so many varieties. Stationary to brochures to catalogs, we have designed it all. Few agencies can come close to the design, quality and most of all price that we charge for print collateral. Given the chance, we are sure that we will meet or exceed all of your expectations.</td>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"156\"></td></tr></table>"
	document.getElementById("centerwindow").innerHTML = thePrintText
}

function switchPrintOff() {
	var thePrintText = ""
	thePrintText += "<table width=\"331\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/portfolio/Port_04.jpg\" style=\"background-repeat:no-repeat\">"
	thePrintText += "<tr>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "<td width=\"311\" align=\"left\" valign=\"top\"></td>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "</tr></table>"
	document.getElementById("centerwindow").innerHTML = thePrintText
}

function switchCorpIdentOn() {
	var thePrintText = ""
	thePrintText += "<table width=\"331\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/portfolio/portfolioover_centerwin.jpg\" style=\"background-repeat:no-repeat\">"
	thePrintText += "<tr><td colspan=\"3\"><img src=\"images/spacer.gif\" width=\"10\" height=\"61\"></td></tr>"
	thePrintText += "<tr><td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"156\"></td>"
	thePrintText += "<td width=\"311\" align=\"left\" valign=\"top\" class=\"twelveblack\"><div align=\"center\" class=\"colheadbldforteen\"><span class=\"dkblue\">Corporate Identity</span></div>"
	thePrintText += "<br>It's the beginning, the seed, the birth of a company's look and feel to the public. This phase is the most important step for a young company. "
	//thePrintText += "Everything branches off from your corporate identity. MyTown develops only the best in logos for your company, products and media. If a business develops a logo that "
	//thePrintText += "does not fit what the company sells or if it does not appeal to it's audience then that business is beginning with a handicap before it can even approach it's customers. "
	thePrintText += "Let MyTown help develop your identity like we have for so many other companies.</td>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"156\"></td></tr></table>"
	document.getElementById("centerwindow").innerHTML = thePrintText
}

function switchCorpIdentOff() {
	var thePrintText = ""
	thePrintText += "<table width=\"331\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/portfolio/Port_04.jpg\" style=\"background-repeat:no-repeat\">"
	thePrintText += "<tr>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "<td width=\"311\" align=\"left\" valign=\"top\"></td>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "</tr></table>"
	document.getElementById("centerwindow").innerHTML = thePrintText
}

function switchWebOn() {
	var thePrintText = ""
	thePrintText += "<table width=\"331\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/portfolio/portfolioover_centerwin.jpg\" style=\"background-repeat:no-repeat\">"
	thePrintText += "<tr><td colspan=\"3\"><img src=\"images/spacer.gif\" width=\"10\" height=\"61\"></td></tr>"
	thePrintText += "<tr><td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"156\"></td>"
	thePrintText += "<td width=\"311\" align=\"left\" valign=\"top\" class=\"twelveblack\"><div align=\"center\" class=\"colheadbldforteen\"><span class=\"dkblue\">Electronic Media</span></div>"
	thePrintText += "<br>Electronic media has been about 90% web site development for us. We enjoy the variety of goals and designs that our clients are looking for. One feature that MyTown offers that few web developers do is the ability for the client to edit their own site from anywhere at anytime.</td>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"156\"></td></tr></table>"
	document.getElementById("centerwindow").innerHTML = thePrintText
}

function switchWebOff() {
	var thePrintText = ""
	thePrintText += "<table width=\"331\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/portfolio/Port_04.jpg\" style=\"background-repeat:no-repeat\">"
	thePrintText += "<tr>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "<td width=\"311\" align=\"left\" valign=\"top\"></td>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "</tr></table>"
	document.getElementById("centerwindow").innerHTML = thePrintText
}

function activate() {
	var thePrintText = ""
	thePrintText += "<table width=\"331\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/portfolio/Port_04.jpg\" style=\"background-repeat:no-repeat\">"
	thePrintText += "<tr>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "<td width=\"311\" align=\"left\" valign=\"top\"></td>"
	thePrintText += "<td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"217\"></td>"
	thePrintText += "</tr></table>"
	document.getElementById("centerwindow").innerHTML = thePrintText
}