
function glossary() {
	window.open('/beta/support/glossary/default.asp','glossary','toolbar=no, left=50, top=50, directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=auto,width=575,height=469');
}

function popup() {
	window.open("/beta/e-catalog/part_search_popup.asp","popup","width=210,height=140,top=200,left=300");
}

function internationalURLs() {
	window.open("/general/internationalURLs.asp","internationalURLs","width=400,height=400,top=200,left=300");
}

//This is a pop-up window for the feedback form
function feedback() {
	window.open('http://www.siemon.com/web/formsforweb.nsf/WebsiteFeedback?OpenForm','FB','toolbar=no, innerWidth=200, innerHeight=100,directories=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=500, height=475');
}

//This is a pop-up window for the Send To Friend CDONTS form
function SendToFriend() {
	window.open('/beta/includes/code/tellfriend2.asp','TF','toolbar=no, innerWidth=200, innerHeight=100,directories=no,status=no,menubar=no,resizable=no,copyhistory=yes,scrollbars=yes,width=530, height=480');
}

function snOn(element) {
	//element.style.border ='1 dotted blue';
	//element.style.color ='blue';
	element.style.backgroundColor ='#ffffff';
}

function snOff(element) {
	//element.style.border ='1 dotted blue';
	//element.style.color ='blue';
	element.style.backgroundColor ='#f2f2f2';
}
