//***************************************************************
//Copyright (c) 2009 Graham Hill
//Last update: 20-03-2010
//***************************************************************
function frameControl(fs, bp, pl, p)
{
var our_domains		= new Array(3);
our_domains[0]		= "www.starguncompany.co.uk";
our_domains[1]		= "www.cannonman.me.uk";
our_domains[2]		= "www.firepower.me.uk";
var frameset_location 	= 'http://www.starguncompany.co.uk/';
var frameset_name 	= new Array(2);
frameset_name[0]  	= "index.htm";
frameset_name[1]  	= "sgc_site/sgc_site_frames.htm";
var base_page_location	= new Array(4);
base_page_location[0]	= "";
base_page_location[1]	= "?http://www.starguncompany.co.uk/";
base_page_location[2]	= "?http://www.starguncompany.co.uk/";
base_page_location[3]	= "?http://www.starguncompany.co.uk/";
var page_location 	= new Array(4);
page_location[0]     	= "";
page_location[1]     	= "sgc_site/";
page_location[2]     	= "sgc_site/site_wide/";
page_location[3]     	= "sgc_site/gallery_htm/";
var url = "" + document.referrer;
var split_url = url.split("/");
if (split_url[2] == our_domains[0]){return;}
if (split_url[2] == our_domains[1]){return;}
if (split_url[2] == our_domains[2]){return;}

if (p == '#')
	{if (window != top) 
	     {window.top.location.href = location.href;}
	 else {return;}
	}
else{

if (p == '?') {var p = '?' + window.self.location.href;}
{window.top.location.href = frameset_location + frameset_name[fs] + base_page_location[bp] + page_location[pl] + p;}
}}


//***************************************************************
//Copyright (c) 2009 Graham Hill
//Last update: 20-03-2010
//***************************************************************
function frameSetControl(dp)
{
var variable_frame	= (location.search) ? location.search.substring(1, location.search.length) : dp;
var our_domains		= new Array(3);
our_domains[0]		= "www.starguncompany.co.uk";
our_domains[1]		= "www.cannonman.me.uk";
our_domains[2]		= "www.firepower.me.uk";

var url = "" + document.referrer;
var split_url = url.split("/");

if (window != top)
	{if (split_url[2] != our_domains[0] && (!(split_url[2] == our_domains[1])) && (!(split_url[2] == our_domains[2])))
	{window.top.location.href = window.location.href;}
	else ;}

else{	
parent.dynamic_frame.location.href = variable_frame;

<!--<The following code is ONLY because we have to change the banner dependent on the dynamic frame>-->

var url_less_anchor = variable_frame.split('#');

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_welcome.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_welcome.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_welcome.htm';}
else{
	
if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_artillery.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_artillery.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_artillery.htm';}
else{

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_firepower.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_firepower.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_firepower.htm';}
else{

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_portfolio.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_portfolio.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_portfolio.htm';}
else{

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_historical.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_historical.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_historical.htm';}
else{

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_events.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_events.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_events.htm';}
else{

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_gallery.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_gallery.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_gallery.htm';}
else{

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_contact.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_contact.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_contact.htm';}
else{

if (url_less_anchor[0] == 'http://www.starguncompany.co.uk/sgc_site/sgc_links.htm')
{parent.sgc_banner_links_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_banner_links_frame_links.htm', parent.sgc_left_frame.location.href = 'http://www.starguncompany.co.uk/sgc_site/site_wide/sgc_left_frame_links.htm';}
}}}}}}}}
<!--<End code for changing the banner dependent on the dynamic frame>-->
}}

