function joinclub() {
	window.parent.opener.location = '/ringtones/mobile-free-ringtone';
	window.parent.close();
}

function topup() {
     window.parent.opener.location = '/clubtopup';
	 window.parent.close();
}

function codeofconduct() {
     window.parent.opener.location = '/my-boltblue-code';
	 window.parent.close();
}

function myboltblue() {
     window.parent.opener.location = '/myboltblue/';
}

function tin() {
     window.parent.opener.location = '/signupreg';
	 window.parent.close();
}

function alerts() {
     window.parent.opener.location = '/alerts/';
	 window.parent.close();
}

function jointxt() {
     window.parent.opener.location = '/mobile-text-messaging-sms';
	 window.parent.close();
}

function register() {
     window.parent.opener.location = '/registration';
	 window.parent.close();
}

function webmail() {
     window.parent.opener.location = '/mobile-web-mail';
	 window.parent.close();
}

function refund() {
     window.parent.opener.location = '/refund';
	 window.parent.close();
}

function dropdown(sel) {
 if(sel.options.selectedIndex == 0){
     window.parent.location = '/help/au/index.html';
     return false;
   } else if (sel.options.selectedIndex == 1){
     window.parent.location = '/help/ie/index.html';
     return false;
   } else if (sel.options.selectedIndex == 2){
     window.parent.location = '/help/uk/index.html';
     return false;
   }		 
}


function showhide(id){
if (document.getElementById){
obj = document.getElementById(id);
if (obj.style.display == "none"){
obj.style.display = "";
} else {
obj.style.display = "none";
}
}
} 



