﻿// JScript File


   function ExistingLogin()
        {            
               
                 var w = screen.width; // Get the width of the screen
	            var h = screen.height-100; // Get the height of the screen
               
               var url = "../MoterVehicale/CaptureVechicle.aspx";         

               var widn = window.open(url,"_blank","fullscreen=no,scrollbars=yes,resizable=yes");
              // var widn = window.open(url,"_blank","width=400,height=300,toolbar=no");
          
         
        }   
        function RegistorNew()
        {
             var w = screen.width; // Get the width of the screen
	        var h = screen.height-100; // Get the height of the screen
           
           var url = "MoterVehicale/CaptureVechicle.aspx";         

           var widn = window.open(url,"_blank","fullscreen=no,scrollbars=yes,resizable=yes");
          // var widn = window.open(url,"_blank","width=400,height=300,toolbar=no");
        }
  function DealerLogin()
 {
             var w = screen.width; // Get the width of the screen
	        var h = screen.height-100; // Get the height of the screen
           
           var url = "http://www.cartime.com.au/Dealer/DealerLogin.aspx";           

           var widn = window.open(url,"_blank","fullscreen=no,scrollbars=yes,resizable=yes");
          // var widn = window.open(url,"_blank","width=400,height=300,toolbar=no");
         
 } 
   function MemberLogin()
 {
             var w = screen.width; // Get the width of the screen
	        var h = screen.height-100; // Get the height of the screen
           
           var url = "http://www.cartime.com.au/LoginPages/Login.aspx";           

           var widn = window.open(url,"_blank","fullscreen=no,scrollbars=yes,resizable=yes");
          // var widn = window.open(url,"_blank","width=400,height=300,toolbar=no");
         
 } 
   function ForgottenPassword()
 {
             var w = screen.width; // Get the width of the screen
	        var h = screen.height-100; // Get the height of the screen
           
           var url = "http://www.cartime.com.au/LoginPages/ForgottenPassword.aspx";           

           var widn = window.open(url,"_blank","fullscreen=no,scrollbars=yes,resizable=yes");
          // var widn = window.open(url,"_blank","width=400,height=300,toolbar=no");
         
 }
    function RequestDealerAccount()
 {
             var w = screen.width; // Get the width of the screen
	        var h = screen.height-100; // Get the height of the screen
           
           var url = "http://www.cartime.com.au/Dealer/CreateDealerAccount.aspx";           

           var widn = window.open(url,"_blank","fullscreen=no,scrollbars=yes,resizable=yes");
          // var widn = window.open(url,"_blank","width=400,height=300,toolbar=no");
         
 }