function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_preloadImages() {
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() {
var i,x,a=document.MM_sr; for(i=0;a&&i>a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) {
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() {
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_showHideLayers() { //v3.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}

function EasyAlerts(theURL,winName,features){
window.open(theURL,winName,features);
}

function IOD(theURL,winName,features){
window.open(theURL,winName,features);
}

function JumpPage(tnid)
{
	var tnid = tnid.options[tnid.selectedIndex].value;
	window.location = ""+tnid+"";
}

function cleanSearch(form){
    form.value = '';
}

//function subscribe(email,button){
//	var goodEmail = email.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\..{2,2}))$)\b/gi);
	
//	if (frmNewsletter.email.value == "") {
//		alert("Please enter your email address.");
//	}
//	if (frmNewsletter.email.value != ""){
//		var exclude=/[^@\-\.\w]|^[_@\.\-]|[\._\-]{2}|[@\.]{2}|(@)[^@]*\1/;
//		var check=/@[\w\-]+\./;
//		var checkend=/\.[a-zA-Z]{2,3}$/;
	
//	if(((frmNewsletter.email.value.search(exclude) != -1)||(frmNewsletter.email.value.search(check)) == -1)||(frmNewsletter.email.value.search(checkend) == -1)){
//		alert("Please enter a valid e-mail address");
//	}else{
//		url = "http://members.maxis.net.my/subscribe/verifyFORM.asp?email="+email+"&btnCommon="+button;
//		window.open(url,"popvote","toolbar=no,width=500,height=550,status=no,scrollbars=yes,resize=no,menubar=no");
//	}
//	}	
//}

function subscribe(value){
	var myform = document.frmNewsletter
	var goodEmail = myform.email.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\..{2,2}))$)\b/gi);
	var allCorrect = true;

	if (myform.email.value=="") {
		alert("Please enter your email address.");
		myform.email.focus();
		allCorrect = false;
	}
	
	if(allCorrect) {
		if (!goodEmail){
			alert("Please enter a valid email address.")
			myform.email.focus();
			allCorrect = false;
		}
	} 

	if(allCorrect)
	{
		var email = myform.email.value;
		url = "http://members.maxis.net.my/subscribe/verifyFORM.asp?email="+myform.email.value+"&btnCommon="+value;
		//window.open(url,"popvote","toolbar=no,width=500,height=550,status=no,scrollbars=yes,resize=no,menubar=no");

		if(value == "Subscribe") {
			window.location = "http://www.maxis.com.my/personal/subscribenews/default.asp?txtEmail=" + email;
		}
		else if(value == "Unsubscribe") {
			window.location = "http://www.maxis.com.my/personal/subscribenews/unsubscribe.asp?txtEmail=" + email;
		}
		else if(value == "Edit") {
			window.location = "http://www.maxis.com.my/personal/subscribenews/edit.asp?txtEmail=" + email;
		}				
	}	
}

function OtherSite(tnid)
{
var tnid = tnid.options[tnid.selectedIndex].value;
window.open (tnid);
}

function jumpTo(URL_List){
   	var URL = URL_List.options[URL_List.selectedIndex].value;
	var OpenNewBrowers = true;
   
   	if (URL.length > 0)
	   //aWindow=window.open(URL,"sites");
	{	if (URL == "http://www.hotlink.com.my" )
		{   OpenNewBrowers = false; }
		else if (URL == "http://www.maxis.com.my/3g" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://www.maxis.com.my/" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://www.maxis.com.my/moc" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://www.maxis.com.my/personal/mobile/vas/caller_ringtones/caller_ringtones.asp" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://store.maxis.com.my/?ch=77&pg=1006&ac=2897" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://store.maxis.com.my/?ch=77&pg=1002&ac=2883" )
		{	OpenNewBrowers = false;	}		
		else if (URL == "http://www.maxis.com.my/personal/blackberry/index.asp" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://lifestyle.maxis.com.my/CWeb/jsp/music_main.jsp" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://lifestyle.maxis.com.my/CWeb/jsp/content_main.jsp?cat=CH-PR" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://lifestyle.maxis.com.my/CWeb/jsp/content_main.jsp?cat=CH-TT" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://store.maxis.com.my/?tpt_id=13&ch=82&pg=1103&ac=3011" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://lifestyle.maxis.com.my/CWeb/jsp/content_main.jsp?cat=CH-WP" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://lifestyle.maxis.com.my/CWeb/jsp/content_main.jsp?cat=CH-TH" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://lifestyle.maxis.com.my/CWeb/jsp/content_main.jsp?cat=CH-EG" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://store.maxis.com.my/?tpt_id=13&ch=82&pg=1107&ac=3014" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://store.maxis.com.my/?tpt_id=13&ch=82&pg=1108&ac=3015" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://store.maxis.com.my/?tpt_id=13&ch=82&pg=1108&ac=3015" )
		{	OpenNewBrowers = false;	}
		else if (URL == "http://unifun.maxis.com.my" )
		{	OpenNewBrowers = false;	}
		
		
		
		if (OpenNewBrowers)
		{
			window.open(URL,"sites");
		}
		else
		{
			window.location=URL;
		}	
	}   
	

	   

/*
   if (URL.indexOf("popout(") == -1)
	   location.href = URL;
   else
	   eval(URL);
*/

}