﻿
function openwindow(strPath){

	window.open(strPath, "Tamir", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=1, copyhistory=0, width=600, height=400")
}

function key(n) {

	n = n.replace(/\^/, '@'); 
	n = n.replace(/\~/, 'mailto:');
	n = n.replace(/\`/, '.');
	n = n.replace(/\!/, 'http://');
	n = n.replace(/\++/, '.asp');
	document.location.href=n; 
}
