
function tradewinClass(){this.sendRequest=sendRequest;function sendRequest(url,method,data,redirectUrl){$.ajax({type:method,url:url,data:data,success:function(data,status){if(data==1)
{window.location.href="/backend";}
if(data=='yes')
{alert("test");document.getElementById('login_part').style.display="block";document.getElementById('logout_part').style.display="none";}
if(redirectUrl=="step1"){window.location.href="/backend/subscribe/step2?data="+data;}
if(redirectUrl=="step2"){window.location.href="/backend/subscribe/step3?id="+data;}
if(redirectUrl=="demo"){
$('.bwindow').hide();
$('#mask').hide();
alert("Thank you for your details. We will contact you soon");
$("#name2").val(""); $("#city2").val("");
$("#phone_no2").val("");
}
if(redirectUrl=="book"){$('.b1window').hide();$('#mask').hide();alert("Thank you for your details. We will contact you soon");}}});}}
