var thinline = '<tr><td><img src="/img/1x1.gif" width="55" height="1" alt="" border="0"></td><td><img src="/img/1x1.gif" width="295" height="1" alt="" border="0"></td></tr>';
var imgStart = '<tr><td><img src="/img/prod/50x50/';
var nameStart = '.jpg" width="50" height="50" alt="" border="0"></td><td style="padding: 1px 10px 5px 0px;">Photoshop';
var hrefStart = '<br>&#187; <a href="/prod/adobe/';
var hrefEnd = '.asp" class="lnk">More Details</a></td></tr>';
var fileName = prodName		
									
		function onPageLoad() {
			document.write('<b>Product Family</b><br><br><table cellpadding="0" cellspacing="0" border="0" width="350"><tr><td><img src="/img/1x1.gif" width="55" height="1" alt="" border="0"></td><td><img src="/img/1x1.gif" width="295" height="1" alt="" border="0"></td></tr>');
			if(prodName == "photoshopcs3_ess") {
				} else {
				var fileName = "photoshopcs3_ess"
				document.write(imgStart + fileName + nameStart + ' CS3<br>Essentials' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "photoshopcs3_adv") {
				} else {
				var fileName = "photoshopcs3_adv"
				document.write(imgStart + fileName + nameStart + ' CS3<br>Advanced' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "photoshopcs3_ppt") {
				} else {
				var fileName = "photoshopcs3_ppt"
				document.write(imgStart + fileName + nameStart + ' CS3<br>Productivity and Power Techniques' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "photoshopcs3_chan") {
				} else {
				var fileName = "photoshopcs3_chan"
				document.write(imgStart + 'online' + nameStart + ' CS3<br>Channels and Masking' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "photoshopcs3_edp") {
				} else {
				var fileName = "photoshopcs3_edp"
				document.write(imgStart + 'online' + nameStart + ' CS3<br>Enhancing Digital Photographs' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "photoshopcs3_max") {
				} else {
				var fileName = "photoshopcs3_max"
				document.write(imgStart + 'online' + nameStart + ' CS3<br>Maximizing Productivity' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "ps_lightroom_ess") {
				} else {
				var fileName = "ps_lightroom_ess"
				document.write(imgStart + 'online' + nameStart + ' Lightroom<br>Essentials' + hrefStart + fileName + hrefEnd);
				}
			document.write('<tr><td colspan="2" style="padding: 10px 10px 10px 10px;">&#187; <a href="/prod/adobe/cs3.asp" class="lnk">View All CS3 Products</a></td></tr></table>');
			}
			onPageLoad();				
			
						
						
						
						
						
						
						
						

