// JavaScript Document


function t2_win() {
window.open('help.html', 'mywindow2', 'width=650, height=750, menubar=no, toolbar=no, scrollbars=yes');
}

function disp(url){

	window.open(url, "window_print", "width=850,height=750,scrollbars=yes");

}
