function fnUnavail(){
	alert("Unfortunately, this item can't be added to the shopping cart. To purchase please contact us at (303) 757 - 2245 or Toll FREE (888) 846 - 3388, Mon-Fri 10-18, Sat 10-15 MST.");
}

function fnSold(){
	alert("Sorry, this item is currently not available.");
}

function addToCart(varProNum, varOptNum){
	location.href = "https://secure.watchconcepts.com/wc/shoppingCart.asp?act=1&p=" + varProNum + "&opt=" + varOptNum;
}

function fnAddToCart(varProNum){
	location.href = "https://secure.watchconcepts.com/wc/shoppingCart.asp?act=1&p=" + varProNum;
}

function srAddToCart(varProNum){
	location.href = "https://secure.watchconcepts.com/wc/shoppingCart.asp?act=1&p=" + varProNum;
}

function enlarge(link){
	var win = window.open("", "_blank", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=700")
	win.document.write('<html><head><title>Larger Image</title></head><body background="/wc/images/watchgear.gif" bgcolor="#000066"><center><img src="' + link + '"><form method=get act=""><input type=button value="Close" onClick="self.close()"></form></center></body></html>  ')
	win.document.close()
}

function whatisit(text, title) {
	var win = window.open("", "_blank", "titlebar=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=200")
	win.document.open()
	win.document.write('<html><head><title>What is ' + title + '?</title></head><body>' + text + '</body></html>')
	win.document.close()
}

function showtext(text) {
	var win = window.open("/"+text+".htm", "_blank", "titlebar=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=200")
	win.document.close()
}
