/* author: puppetz */

/* Creation date: 4/15/2005 */

btn_band.onRelease = function() {
	getURL("javascript:band()");
};
function band()
{
parent.main_frame.location="gigpix.shtml";
parent.right_frame.location="band_rt.shtml";
}

btn_contact.onRelease = function() {
	getURL("javascript:contact()");
};
function contact()
{
parent.main_frame.location="contact_frame.shtml";
parent.right_frame.location="contact_rt.shtml";
}

btn_extras.onRelease = function() {
	getURL("javascript:promo()");
};
function promo()
{
parent.main_frame.location="promo.shtml";
parent.right_frame.location="promo_rt.shtml";
}

btn_gigpics.onRelease = function() {
	getURL("javascript:gigpics()");
};
function gigpics()
{
parent.main_frame.location="gigpix.shtml";
parent.right_frame.location="band_rt.shtml";
}

btn_home.onRelease = function() {
	getURL("javascript:home()");
};
function home()
{
parent.main_frame.location="menu.shtml";
parent.right_frame.location="img/main/main01.shtml";
}

btn_shows.onRelease = function() {
	getURL("javascript:shows()");
};
function shows()
{
parent.main_frame.location="shows.shtml";
parent.right_frame.location="img/main/main01.shtml";
}

btn_songs.onRelease = function() {
	getURL("javascript:songs()");
};
function songs()
{
parent.main_frame.location="songs.shtml";
parent.right_frame.location="demo_rt.shtml";
}

btn_extras.onRelease = function() {
	getURL("javascript:promo()");
};
function promo()
{
parent.main_frame.location="promo.shtml";
parent.right_frame.location="promo_rt.shtml";
}

btn_promo.onRelease = function() {
	getURL("javascript:promo()");
};
function promo()
{
parent.main_frame.location="promo.shtml";
parent.right_frame.location="promo_rt.shtml";
}

btn_links.onRelease = function() {
	getURL("javascript:links()");
};
function links()
{
parent.main_frame.location="links.shtml";
parent.right_frame.location="links_rt.shtml";
}

btn_shop.onRelease = function() {
	getURL("javascript:shop()");
};
function shop()
{
parent.main_frame.location="shop.shtml";
parent.right_frame.location="shop_rt.shtml";
}


