function onPageLoad() {
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/bundle/';
var onlineStart = '<br>&#187; <a href="/prod/online/';
var hrefEnd = '.asp" class="lnk">More Details</a></td></tr>';
var b1_name = 'Adobe Elements 7 Bundle';
var b1_file = 'elements7';
var b2_name = 'Adobe Elements Online Library';
var b2_file = 'elements_lib';
var bundle1 = "no";
var bundle2 = "no";

	if(prodName == "photoshop_elements5") {
		var bundle2 = "yes";
		}
	if(prodName == "photoshop_elements7") {
		var bundle1 = "yes";
		var bundle2 = "yes";
		}
	if(prodName == "premiere_elements3") {
		var bundle1 = "no";
		var bundle2 = "no";
		}
	if(prodName == "premiere_elements7") {
		var bundle1 = "yes";
		var bundle2 = "yes";
		}
	if(bundle1 != "yes" && bundle2 != "yes") {
		var bundle1 = "yes";
		var bundle2 = "yes";
		document.write('<b>Bundles</b><br>Available Adobe Bundles<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>Bundles</b><br>This product is available in this bundle(s)<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(bundle1 == "yes") {
		document.write(imgStart + b1_file + nameStart +  b1_name + hrefStart + b1_file + hrefEnd);
		} else {
		document.write;('');
		}
	document.write(thinline);
	if(bundle2 == "yes") {
		document.write(imgStart + b2_file + nameStart +  b2_name + onlineStart + b2_file + hrefEnd);
		} else {
		document.write;('');
		}
	document.write('<tr><td colspan="2" style="padding: 10px 10px 10px 10px;">&#187; <a href="/prod/bundle" class="lnk">View All Bundles</a></td></tr></table>');
	}
onPageLoad();				
					
						
						
						
						
						
						
						
						
						
						
						
						
						
