// ---------------------------
// used to launch ringtone form
	function ringtonePop() {
		 myPop = window.open('/ls/en/behindthelabel/monoringtone/oldringtone.asp', 'ringtone', 'width=700,height=603,top=10,left=10,scrollbars=0,resizable=1, status=0');
		if(myPop){
			myPop.focus();
		}
		else{
		alert('We have detected that you are using popup blocking software.\nTo view the chosen item, please enable popups for http://thefamousgrouse.com/.');
		}
	}

