﻿// JScript File
  function noChar()
		{
			if((event.keyCode<46)||(event.keyCode>58))
			 {
				
				event.keyCode=0;
				return;	
		    }
		}	
		
				
	//no numeric		
	function noNumeric()
	{
	 if((event.keyCode<65)||(event.keyCode>122))
		{   
		    alert("Numeric not Allowed");
			event.keyCode=0;
			return;
		}
	}
    
   function dirtypop()
    {
         var d=document.getElementById("ddlLink").value;
         var generator=window.open(d,'newwindow')
    }
   
   function noChar()
		{
			if((event.keyCode<46)||(event.keyCode>58))
			 {
			    alert("Please Enter your Mobile No.");
				event.keyCode=0;
				return;	
		    }
		}	
		
	//no numeric		
	function noNumeric()
	{
	 if((event.keyCode<65)||(event.keyCode>122))
		{   
		    alert("Numerics are not Allowed");
			event.keyCode=0;
			return;
		}
	}
	
	function chkChange()
	{
	    
	    if(document.forms[0].elements["chkTermConditions"].checked)
	    {
	        document.getElementById("btnsubmit").disabled = false;
	        return true;
	    }
	    else
	    {
	        document.getElementById("btnsubmit").disabled = true;
	        return true;
	    }
    }
    
    function OpeningWindow(wind)
    {
    alert(wind);
    }
    //////////////////////////////////////////
//     function Anthem_PreCallBack() {
//			
//			var loading = document.createElement("div");
//			loading.id = "loading";
//			loading.style.color = "black";
//			loading.style.backgroundColor = "red";
//			loading.style.paddingLeft = "5px";
//			loading.style.paddingRight = "5px";
//			loading.style.position = "absolute";
//			loading.style.right = "10px";
//			loading.style.top = "10px";
//			loading.style.zIndex = "9999";
//			loading.innerHTML = "Thanks for Registration.";
//			document.body.appendChild(loading);

//		}
//    function Anthem_CallBackCancelled() {
//			alert("Your call back was cancelled!");
//		}
//	function Anthem_PostCallBack() {
//		    var loading = document.getElementById("loading");
//			document.body.removeChild(loading);
//			 window.location.href("playpoints.aspx");
//		}	
		function scrollleft()
{

moviebuzz.direction = "left";
}
function scrollright()
{

moviebuzz.direction = "right";
}
 
//function openredemform()
//	{
//	  window.open("Fileuploadwinner.aspx","","resizable=no,status=no,scrollbars=no,toolbar=no,menubar=no,width=440,height=260");
//	   // window.open("Fileupload.aspx",""; "Width=50, Height=10")
//	}  
  
//  function setashomepg()
//  {
//  if (document.all){
//  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.YourWebSiteHere.com\');">');
//  document.write('<font size="5" color=6699FF face=arial><B>Click Here to Make My Web Page Your Homepage</B></font></a>');
//}
    