﻿function goToClientRequest()
{
    self.parent.frames["iframeContent"].location.href  = "ClientRequest.aspx";
}



function redirectIfLogged(strPage)
{
   window.location.href = "Default.aspx?target=" + strPage;
}

function redirectEncrypted(strPage)
{
   window.location.href = "Default.aspx?target=" + strPage + "&encryted=encryted";
}

function redirectToChart()
{
    window.location.href = "Default.aspx?target=http://www.distecnaya.com/distecnaShopping/distecnashoppingview.html&encryted=encryted";;
}

function openIfLogged(strPage)
{
   window.location.href = "Default.aspx?target=" + strPage + "&fullRedirect=true&incomingPage=" + window.location;
}


function goToHome()
{
    document.getElementById('iframeContent').src = "Init.aspx";
    
}



        
function RecoverPassword()
{
    document.getElementById('iframeContent').src   = "ForgotPassword.aspx";
}

function goToCatalog(strMail)
{
     window.open("http://ecommerce.distecna.com/DistecnaWeb/Hard2Find/Views/Pages/Generals/Index.aspx?nickname=" + strMail + "&serviceguid=853f4def-34df-4789-96be-94a798a749e1", '', '', '');
}