// JavaScript Document
<!--

// Stock availablity

var crash16Medium = "(5-7days)";
var crash16Rock = "(5-7 days)";

var crash17Medium = "(5-7days)";
var crash17Rock = "(5-7days)";

var crash18Medium = "(5-7days)";
var crash18Rock = "(5-7days)";


var crash19Medium = "(5-7days)";
var crash19Rock = "(5-7days)";


var crash20Medium = "(5-7days)";


// Stock availablity


function fill_promos(){

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_16crash_price').innerHTML = "174 "; // Price
document.getElementById('cymbals_zildjian_z_custom_16crash_image').src = "img/zildjian_z3_crash.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_16crash_details').innerHTML = "Powerfully explosive. With their precise and instantaneous crash response, the 16icch Medium Crash lets you really lay into it to get that loud crash you've always dreamed of. Maximum Power Potential. The Rock Crash. Lay into this bad boy and you'll really feel what the Z3 line is all about."; // Product details
document.getElementById('cymbals_zildjian_z_custom_16crash_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_crash_16_mod&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_17crash_price').innerHTML = "190 "; // Price
document.getElementById('cymbals_zildjian_z_custom_17crash_image').src = "img/zildjian_z3_crash.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_17crash_details').innerHTML = "Powerfully explosive. With their precise and instantaneous crash response, the 17inch Medium Crash lets you really lay into it to get that loud crash you've always dreamed of. A little larger, a little louder."; // Product details
document.getElementById('cymbals_zildjian_z_custom_17crash_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_crash_17_mod&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_18crash_price').innerHTML = "212 "; // Price
document.getElementById('cymbals_zildjian_z_custom_18crash_image').src = "img/zildjian_z3_crash.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_18crash_details').innerHTML = "Powerfully explosive. Perfectly loud. The Rock version has maximum Power Potential. You'll really feel what the Z3 line is all about when you crash it."; // Product details
document.getElementById('cymbals_zildjian_z_custom_18crash_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_crash_18_mod&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_19crash_price').innerHTML = "220 "; // Price
document.getElementById('cymbals_zildjian_z_custom_19crash_image').src = "img/zildjian_z3_crash.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_19crash_details').innerHTML = "Powerfully explosive. Perfectly loud. The Rock version has maximum Power Potential. You'll really feel what the Z3 line is all about when you crash it"; // Product details
document.getElementById('cymbals_zildjian_z_custom_19crash_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_crash_19_mod&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

// Start Promo 
document.getElementById('cymbals_zildjian_z_custom_20crash_price').innerHTML = "233 "; // Price
document.getElementById('cymbals_zildjian_z_custom_20crash_image').src = "img/zildjian_z3_crash.jpg"; // Image file location
document.getElementById('cymbals_zildjian_z_custom_20crash_details').innerHTML = "Powerfully explosive. Perfectly loud. The Rock version has maximum Power Potential. You'll really feel what the Z3 line is all about when you crash it"; // Product details
document.getElementById('cymbals_zildjian_z_custom_20crash_landing').href = "http://www.romancart.com/cart.asp?storeid=20377&itemcode=cymbals_zildjian_z_custom_crash_20_mod&quantity=1"; // Landing page from add to basket within quotes
// End Promo 

}

// ********* NEW modifiers coding DO NOT CHANGE BELOW *********

function renderDrop(x){ // this is where all the modifier selections are rendered into the HTML - see me if you need to change any of these modifiers in romancart
	if (x==16){
	document.write("<select id=cymbals_zildjian_z_custom_16crash_selector><option value=medium>Z Custom Medium Crash "+crash16Medium+"</option><option value=rock>Z Custom Rock Crash "+crash16Rock+"</option></select>");
	}
	if (x==17){
	document.write("<select id=cymbals_zildjian_z_custom_17crash_selector><option value=medium>Z Custom Medium Crash "+crash17Medium+"</option><option value=rock>Z Custom Rock Crash "+crash17Rock+"</option></select>");
	}
	if (x==18){
	document.write("<select id=cymbals_zildjian_z_custom_18crash_selector><option value=medium>Z Custom Medium Crash "+crash18Medium+"</option><option value=rock>Z Custom Rock Crash "+crash18Rock+"</option></select>");
	}
	if (x==19){
	document.write("<select id=cymbals_zildjian_z_custom_19crash_selector><option value=medium>Z Custom Medium Crash "+crash19Medium+"</option><option value=rock>Z Custom Rock Crash "+crash19Rock+"</option></select>");
	}
	if (x==20){
	document.write("<select id=cymbals_zildjian_z_custom_20crash_selector><option value=medium>Z Custom Medium Crash "+crash20Medium+"</option></select>");
	}
	
	
}

function sendMod(x){ // this is what sends the modifiers to romancart - see me if you need to add or remove any cymbals from this range
	if (x==16){
	var a = document.getElementById('cymbals_zildjian_z_custom_16crash_landing').href;
	var b = document.getElementById('cymbals_zildjian_z_custom_16crash_selector').options[document.getElementById('cymbals_zildjian_z_custom_16crash_selector').selectedIndex].value;
	window.location = a + "&itemname2=" + b;
	}
	if (x==17){
	var a = document.getElementById('cymbals_zildjian_z_custom_17crash_landing').href;
	var b = document.getElementById('cymbals_zildjian_z_custom_17crash_selector').options[document.getElementById('cymbals_zildjian_z_custom_17crash_selector').selectedIndex].value;
	window.location = a + "&itemname2=" + b;
	}
	if (x==18){
	var a = document.getElementById('cymbals_zildjian_z_custom_18crash_landing').href;
	var b = document.getElementById('cymbals_zildjian_z_custom_18crash_selector').options[document.getElementById('cymbals_zildjian_z_custom_18crash_selector').selectedIndex].value;
	window.location = a + "&itemname2=" + b;
	}
	if (x==19){
	var a = document.getElementById('cymbals_zildjian_z_custom_19crash_landing').href;
	var b = document.getElementById('cymbals_zildjian_z_custom_19crash_selector').options[document.getElementById('cymbals_zildjian_z_custom_19crash_selector').selectedIndex].value;
	window.location = a + "&itemname2=" + b;
	}
	if (x==20){
	var a = document.getElementById('cymbals_zildjian_z_custom_20crash_landing').href;
	var b = document.getElementById('cymbals_zildjian_z_custom_20crash_selector').options[document.getElementById('cymbals_zildjian_z_custom_20crash_selector').selectedIndex].value;
	window.location = a + "&itemname2=" + b;
	}


	
	
	


}

// ********* NEW modifiers coding DO NOT CHANGE ABOVE *********


//-->

