icomail_name = 'kann2004';
icomail_domain = '@list.ru';
icomail_link_s = '<a href="mailto:' + icomail_name + icomail_domain + '">';
icomail_link_e = '</a>';
mail_link = icomail_link_s + icomail_name + icomail_domain + icomail_link_e;

function updateLinks() {
	if (document.getElementsByTagName) {
		links_list = document.getElementsByTagName('a');
		for(i=0; i<links_list.length; i++) {
			if (0 == links_list[i].rel.indexOf('ext:')) {
				links_list[i].target = links_list[i].rel.substring(4, links_list[i].rel.length);
			}
		}
	}
}

priceBlocks = new Array;
priceBlocks[0] = "priceDoor";
priceBlocks[1] = "priceMirror";
priceBlocks[2] = "priceFurniture";
priceBlocks[3] = "pricepogonazh";

function showPriceBlock(aPriceBlockId) {
	if (document.getElementById) {
		for (var i = 0; i < priceBlocks.length; i++) {
			document.getElementById(priceBlocks[i]).style.display = (aPriceBlockId == priceBlocks[i]) ? 'block' : 'none';
		}
	}
}

function OpenLink(wlink){
	re = new RegExp("[^a-z0-9_]","g");
	namewindow = wlink.replace(re,'');
	window.open(wlink, "pokann" + namewindow, "height=600,width=450,xposition=" + ((screen.width / 2) - 225) + ",yposition=" + ((screen.height / 2) - 350) + ",top=" + ((screen.height / 2) - 350) + ",left=" + ((screen.width / 2) - 225) + ",toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0");
}

