﻿// JScript File


//Contactus
function subscribe()
{
top.frames['PlayerFrame'].location = '../client/Subscription.aspx';
}




//Contactus
function contactus()
{
top.frames['PlayerFrame'].location = '../client/contactus.aspx';
}


//Contactus
function home()
{
top.frames['PlayerFrame'].location = '../client/home.aspx';
}


//Ondemand
function ondemand()
{
top.frames['PlayerFrame'].location = '../client/ondemand.aspx';
}


//subscription
function subscription()
{
top.frames['PlayerFrame'].location = '../client/subscription.aspx';
}

//subscription
function myaccount()
{
top.frames['PlayerFrame'].location = '../client/myaccount.aspx';
}


//Contactus
function updates()
{
top.frames['PlayerFrame'].location = '../client/Updates.aspx';
}

