
// Email to : JOHN WATERSON

var url = "jbwaterson@xtra.co.nz";
var url2 = "http://www";


// 1 = button on    0 = button off
email = 1
web   = 0
exhi  = 0
comm  = 1


function  email_waterson(){
if (email == 1){
	output = '<a href="mailto:' + url + '?subject=From your STARVING ARTISTS gallery' + '" onFocus="this.blur()" onMouseOver = "if (document.images) document.waterson.src = \'../gal_email2.gif\';" onMouseOut = "document.waterson.src = \'../gal_email.gif\';"><img src="../gal_email.gif" name="waterson" width=60 height=20 border=0></a>';
	return output;
}else{
	output = '<img src="../gal_blank.gif" width=60 height=20 border=0>';
	return output;
}
}

function  web_waterson(){
if (web == 1){
	output = '<a href=' + url2 + ' target="_blank" onFocus="this.blur()" onMouseOver = "if (document.images) document.webwaterson.src = \'../gal_web2.gif\';" onMouseOut = "document.webwaterson.src = \'../gal_web.gif\';"><img src="../gal_web.gif" name="webwaterson" width=60 height=20 border=0></a>';

	return output;
}else{
	output = '<img src="../gal_webblank.gif" width=60 height=20 border=0>';
	return output;
}
}

function  exhi_waterson(){
if (exhi == 1){
	output = '<div><a href="#" onMouseOver="showmenu(event,linkset[28])" onMouseout="delayhidemenu()" onFocus="this.blur()"><img src="../../navbar/exhibition.gif" width=90 height=20 border=0></div>';

	return output;
}else{
	output = '<img src="../gal_exhiblank.gif" width=90 height=20 border=0>';
	return output;
}
}


function  comm_waterson(){
if (comm == 1){
	output = '<a href="../../commission/commpg_waterson.htm" target="_self" onMouseOver = "if (document.images) document.comm.src = \'../../navbar/commission2.gif\';" onMouseOut = "document.comm.src = \'../../navbar/commission.gif\';" onFocus="this.blur()"><img src="../../navbar/commission.gif" name="comm" border=0 width=140 height=20 alt="Commission fees and details for this artist"></a>';

	return output;
}else{
	output = '<img src="../gal_commblank.gif" width=140 height=20 border=0>';
	return output;
}
}

