function goYahoo(dropdown) {
    var id = dropdown.options[dropdown.selectedIndex].value;
    if (id) {
    	var loc = document.location + '';
        var page = loc.indexOf('edit.store') > 0 ?
        		   '' : 'http://www.cooltiles.com/';
        document.location.href = page + id + '.html';
    }
}

function MM_openBrWindow(theURL,winName,features) {
    smallWin=window.open(theURL,winName,features);
}

function PrintPage()
	{
	window.name = "main";
	var page = "printable.html";
	windowprops = "height=450,width=610,left=10,top=110,"+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";
	window.open(page, "print", windowprops);
	}

function tellAFriend () {
 var href=document.location.href;  
 if (href.indexOf('/g?')>-1) {
    baseRef = href.substr(href.indexOf('/g?')+3);
 } else {
   baseRef = document.location.href.substring(document.location.href.lastIndexOf("/") + 1,location.href.length);
    baseRef = baseRef.substring(0,baseRef.lastIndexOf("."));
}   
 var URL = "ct-tellafriend.html?item=" + baseRef;
    MM_openBrWindow(URL,'tellAFriend','scrollbars=no,resizable=yes,width=453,height=447,left=200,top=50');
}

function ZoomPopUp(theURL,imgHeight,imgWidth) {
 var URL = "/lib/yhst-89565441111072/zoom.html?img=" + escape(theURL);
 MM_openBrWindow(URL,"ZoomPopUp",'scrollbars=no,resizable=yes,width=450,height=470,left=200,top=30');
	}

function check_options(frm) {
	 for (var x = 0; x < frm.elements.length; x++) {
		if (frm.elements[x].selectedIndex == 0) {
		  alert('You must choose an option to continue');
		  return false;
		}
	  }
  return true;

 }

function popupPage() {
window.name = "main";
var page = "free-shipping.html";
windowprops = "height=470,width=450,left=200,top=30,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";

window.open(page, "Popup", windowprops);
}
