// JavaScript Document

//Open tariffs window
function popUp(url,w,h) {
	popWin = window.open(url, "financing", "width=" + w + ",height=" + h + ",left=640,top=160,scrollbars=0,toolbar=0,location=0,statusbar=0,menubar=0,resizable=0,");
	popWin.focus();
}

