// ALS/SFTNDesigns, LLC 5/31/2007
// Client side JavaScript files for The Sampler House site 

function NavigateTo(url) {
	url = "./" + url + ".aspx";
	parent.window.location.href = url;
}


function nocopy() {
if (event.button==2) {alert ("All pictures and graphics on this website are covered by Copyright Laws and may not be copied, reproduced or used in any way without express written consent from The Sampler House."); }
} 


function BtnMouseOver() {
	window.event.srcElement.style.backgroundColor='#F2D3BB';
	window.event.srcElement.style.color = '#5A1E1E';
	window.event.srcElement.style.cursor = 'hand';
}

function BtnMouseOut() {
	window.event.srcElement.style.backgroundColor='#CC7066';
	window.event.srcElement.style.color = '#5A1E1E';
	window.event.srcElement.style.cursor = 'arrow';
}

function LinkMouseOver() {
	window.event.srcElement.style.color = '#5A1E1E';
	window.event.srcElement.style.cursor = 'hand';
}

function LinkMouseOut() {
	window.event.srcElement.style.color = '#5A1E1E';
	window.event.srcElement.style.cursor = 'arrow';
}


                    
