/*var section = document.getElementById('sectconts');
if (section){
	var table = section.getElementsByTagName('table');
	for (i=0; i<table.length; i++){
		if (table[i].className == 'mainCell'){
			if (i%2 == 0){
	           table[i].className = 'mainCell2';
	        }
		}
	}
	var bottom = section.getElementsByTagName('div');
	for (x=0; x<bottom.length; x++){
		if (bottom[x].className == 'pinkBottom'){
			if (x%2 == 0){
	           bottom[x].className = 'tanBottom';
	        }
		}
	}
}*/

function popBoom(){
	var newWindow = window.open('shippingpolicy.html', 'newWin', 'menubar=no, width=800, height=400, toolbar=no');
}
