	function spec_balloon(n) {
		obj_d = document.getElementById('spec_balloon_'+n);
		obj_d.style.display = "block";
	}
	function goPrint(phoneModel) {
		FFWindowOpen(WINDOW_ALIGN_CENTER,"/products/popup/Print.do?phoneModel="+phoneModel,"print","617","575","scrollbars=yes");
	}
	function goTellAFriend(phoneModel) {
		FFWindowOpen(WINDOW_ALIGN_CENTER,"/products/popup/TellAFriend.do?phoneModel="+phoneModel,"tellafriend","617","538","scrollbars=yes");
	}
	function goImage(){
		document.getElementById("phone_spec").style.display="none";
		document.getElementById("phone_image").style.display="";
		document.getElementById("phone_3dvr").style.display="none";
		document.getElementById("menuSpec").style.display="none";
		document.getElementById("menuImage").style.display="";
		document.getElementById("menu3dvr").style.display="none";
		document.getElementById("prdRight").style.display="";
	}
	function goSpec(){
		document.getElementById("phone_spec").style.display="";
		document.getElementById("phone_image").style.display="none";
		document.getElementById("phone_3dvr").style.display="none";
		document.getElementById("menuSpec").style.display="";
		document.getElementById("menuImage").style.display="none";
		document.getElementById("menu3dvr").style.display="none";
		document.getElementById("prdRight").style.display="";
	}
	function go3dvr(){
		document.getElementById("phone_spec").style.display="none";
		document.getElementById("phone_image").style.display="none";
		document.getElementById("phone_3dvr").style.display="";
		document.getElementById("menuSpec").style.display="none";
		document.getElementById("menuImage").style.display="none";
		document.getElementById("menu3dvr").style.display="";
		document.getElementById("prdRight").style.display="none";
	}
	function copyURL(){
		 window.clipboardData.setData("Text", thisURL);
		 clipURL.innerText = document.URL;
		 selectShow('laypop_url');
	}
	function shareLink(strLinkName){
		var strURL = "";
		switch(strLinkName){
			case ("dig") :
				strURL = "http://digg.com/submit?phase=2&url="+thisURL;
				break;
			case ("del") :
				strURL = "http://del.icio.us/post?v=4&partner=sam&noui&jump=close&url="+thisURL;
				break;
			case ("facebook") :
				strURL = "http://www.facebook.com/share.php?u="+thisURL+"&src=sc";
				break;
		}
		window.open(strURL,"");
	}
	function funYesChk(compValue,chkCount, chkSeqNo){
		var upperValue = compValue.toUpperCase();
		if(chkCount == 1){
			chkValue = 0;
		}
		if(upperValue == "YES"){
			return "";
		}else{
			chkValue++;
			if(chkValue == 1){
				return compValue;
			}else{
				return ",&nbsp;&nbsp;"+compValue;
			}
		}
	}
	function funMorePop(){
		FFWindowOpen(WINDOW_ALIGN_CENTER,"/popup/producSpecMorePop.jsp","specmore","550","530","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no");
	}