function flashClick(arg){
	window.status = arg;
	var rnd = Math.random();
	document.getElementById("clickTrackIMG").src = "pageview.asp?flashClick="+arg;
}

function tc(){
	window.open('tc.asp','tcpopup','scrollbars=yes,width=467,height=320');
}

function moreinfo(){
	window.open('productinfo.asp','productPop','scrollbars=yes,width=740,height=500');
}

function skipintro(){
	flashClick('skip');
}

