// JavaScript Document
function openURL($url){
	financeWindow = window.open($url,"finance","scrollbars=yes, copyhistory=yes, width=850, height=750, top=20, left=20");
	financeWindow.focus();
}