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;">';
var hrefStart = '<br>&#187; <a href="/prod/microsoft/';
var hrefEnd = '.asp" class="lnk">More Details</a></td></tr>';
var fileName = prodName		
									
		function onPageLoad() {
			if(prodName == "aspnet2_bwa") {
				document.write('<b>Included Courses</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>');
				} else { 
				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 == "aspnet2_ajax" || prodName == 'aspnet2_bwa') {
				} else {
				var fileName = "aspnet2_ajax"
				document.write(imgStart + 'online' + nameStart + 'ASP.NET AJAX' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "aspnet2_set1") {
				} else {
				var fileName = "aspnet2_set1"
				document.write(imgStart + fileName + nameStart + 'ASP.NET 2.0<br>Building Web Applications (Set 1)' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "aspnet2_set2") {
				} else {
				var fileName = "aspnet2_set2"
				document.write(imgStart + fileName + nameStart + 'ASP.NET 2.0<br>Building Web Applications (Set 2)' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "sqlserverdev") {
				} else {
				var fileName = "sqlserverdev"
				document.write(imgStart + fileName + nameStart + 'Microsoft SQL Server Development' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "visualstudio2005_pnf2") {
				} else {
				var fileName = "visualstudio2005_pnf2"
				document.write(imgStart + fileName + nameStart + 'Visual Studio 2005<br>Productivity with .NET Framework 2.0' + hrefStart + fileName + hrefEnd);
				}
			document.write(thinline);
			if(prodName == "visualstudio2008_efwf") {
				} else {
				var fileName = "visualstudio2008_efwf"
				document.write(imgStart + fileName + nameStart + 'Visual Studio 2008<br>Essentials - Featuring Windows Forms' + hrefStart + fileName + hrefEnd);
				}
			document.write('<tr><td colspan="2" style="padding: 10px 10px 10px 10px;">&#187; <a href="/prod/microsoft" class="lnk">View All Microsoft Products</a></td></tr></table>');
			}
			onPageLoad();				
			
						
						
						
						
						
						
						
						
