// JavaScript Document

function on(img_id){
	document.images[img_id].src = "../images/nav_white/" + img_id + "_on.gif";
}

function off(img_id){
	document.images[img_id].src = "../images/nav_white/" + img_id + ".gif";
}

function oncontact(img_id){
	document.images[img_id].src = "../images/nav_contact/" + img_id + "_on.gif";
}

function offcontact(img_id){
	document.images[img_id].src = "../images/nav_contact/" + img_id + ".gif";
}

function on_bottom(img_id){
	document.images[img_id].src = "../images/footer_splash/" + img_id + "_on.gif";
}

function off_bottom(img_id){
	document.images[img_id].src = "../images/footer_splash/" + img_id + ".gif";
}

function setbig(img_id){
	document.images['big'].src = "../images/footer_splash/" + img_id + "_big.gif";
}

function on_images(img_id){
	document.images[img_id].src = "../images/" + img_id + "_on.gif";
}

function off_images(img_id){
	document.images[img_id].src = "../images/" + img_id + ".gif";
}


var newwindow;

function locationpopup(url)
{
	newwindow=window.open(url,'new','height=480,width=600, resizable=0, toolbar=0, menubar=1');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function recentworkpopup(url)
{
	newwindow=window.open(url,'recent_work','height=480,width=504, resizable=0, toolbar=0, menubar=1');
	if (window.focus) {newwindow.focus()}
}


function locationpopup_map(url)
{
	newwindow=window.open(url,'location_map','height=480,width=504, resizable=0, toolbar=0, menubar=1');
	if (window.focus) {newwindow.focus()}
}

function studiopopup(url)
{
	window.open(url,'studio','height=480,width=504, resizable=0, toolbar=0, menubar=1');
}
