
function openURLinNew(url) {
	window.open(url);
}

function doMail() {
  window.open("http://sicor1.sicor.biz/exchange");
}