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 hrefEnd = '.asp" class="lnk">More Details</a></td></tr>';
var b1_name = 'Propellerhead Reason 3&4<br>Essentil Training';
var b1_file = 'ha_reason34_ess';
var b2_name = 'ProTools Bundle';
var b2_file = 'ha_protools_bundle';
var b3_name = 'Demystifying B3 Drawbars & B43&4II by Native Instruments';
var b3_file = 'ha_b3dd_b4ni';
var bundle1 = "no";
var bundle2 = "no";
var bundle3 = "no";

	if(prodName == "ha_prophd_reason3_ess") {
		var bundle1 = "yes";
		}
	if(prodName == "ha_prophd_reason4_new") {
		var bundle1 = "yes";
		}
	if(prodName == "ha_protoolsle_ess") {
		var bundle2 = "yes";
		}
	if(prodName == "ha_protools74_new") {
		var bundle2 = "yes";
		}
	if(prodName == "ha_b3drawbars_demyst") {
		var bundle3 = "yes";
		}
	if(prodName == "ha_b3dd_b4ni") {
		var bundle3 = "yes";
		}
	if(bundle1 != "yes" && bundle2 != "yes" && bundle3 != "yes") {
		var bundle1 = "yes";
		var bundle2 = "yes";
		var bundle3 = "yes";
		document.write('<b>Bundles</b><br>Available Audio/Music Tech DVD 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 DVD 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 + hrefStart + b2_file + hrefEnd);
		} else {
		document.write;('');
		}
	document.write(thinline);
	if(bundle3 == "yes") {
		document.write(imgStart + b3_file + nameStart +  b3_name + hrefStart + b3_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();				
					
						
						
						
						
						
						
						
						
						
						
						
						
						
