/* ------------------------------
Write Email Address
-------------------------------- */
function DESemail(emailname,emailserver) {
	document.write("<a href='mailto:" + emailname + "@" + emailserver +"'>");
	document.write(emailname + "@" + emailserver); 
	document.write("</a>"); 
}
function pricepop(url) {
	newwindow=window.open(url,'pricelist','height=450,width=520, toolbar=1,scrollbars=1,menubar=1,resizable=1');
	if (window.focus) {newwindow.focus()}
	return false;
}