/* function snap_window(which) {
	var popup = window.open(which + ".html", "MSTC", "width=790,height=590,scrollbars=1,resize=0,toolbar=0");
		popup.main = self;
}
*/

/*
function pu_wc_colorselector(which, description) {
	var ppi = window.open(which + ".html", description, "width=818,height=417,scrollbars=1,resize=0,toolbar=0");
		ppi.main = self;
}
*/

/*
function click() {
	if (event.button==2) {
		alert('Main Street Trading Company');
	}
}
	document.onmousedown=click
*/

/*
var clickmessage="American Country Furniture by Paul Thomas Designs of Ohio"

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}alert(clickmessage)
}
}
*/

/*
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
*/

/*
setInterval("window.status='Paul Thomas Designs - 513/229-7703, Traditionally Crafted Period Furniture'",10);
*/
