// JavaScript Document
var myimages=new Array()
function preloadimages(){
	for (i=0;i<preloadimages.arguments.length;i++){
		myimages[i]=new Image();
		myimages[i].src= "http://www.tanbee.com/images/" + preloadimages.arguments[i];
	}
}
preloadimages("windows-hot.jpg","macos-hot.jpg","download-intel-version-hot.jpg","download-intel-version.jpg","buy-now.jpg","buy-now-hot.jpg","free-trial.jpg","free-trial-hot.jpg","learn-more.jpg","learn-more-hot.jpg","list-sub-hover.jpg","buy/checkout-hot.jpg","mac-buynow-hot.jpg","index/download-intel-hot.jpg","index/download-ppc-hot.jpg","index/mac-learn-more-hot.jpg","index/free-trial-hot.jpg","index/learn-more-hot.jpg","index/mac-version-hot.jpg");
function img(name){
	var h = "http://www.tanbee.com/macimg/";
	var i = event.srcElement.id;
	document.getElementById(i).src = h + name;
}

function dpps(){
	document.getElementById("dps").style.visibility = "visible";//visible
}
function dsps(){
	document.getElementById("dps").style.visibility = "hidden";//visible
}
function check(){
	var aid = document.getElementById("aid").value;
	if(aid == ""){
		alert("Please Enter Your RegNow Affiliate ID!");
		return false;
	}else{
		return true;
	}
}