function prodOption(imageFile,prodImgID) {	
	var prodImage = document.images[prodImgID];	
	
	if (prodImage) 	
		prodImage.src = "img/merch/"  +  imageFile;
	return;
}

window.addEvent('domready', function(){
	/* Tips 1 */
var Tips1 = new Tips($$('.Tips1'),{
	maxTitleChars: 5000
});
});


function popURL(popurl,popwidth,popheight) {
	newwindow=window.open(popurl,'','height='+popheight+',width='+popwidth+',scrollbars=auto');
	if (window.focus) {newwindow.focus()}
	return false;
}
