// JavaScript Document

function blWin(url) {
	window.open(url, 'subWindow', 'width=850,height=670,scrollbars=yes,resizable=yes,menubar=yes');
}
function blWinM(url) {
	window.open(url, 'subWindow', 'width=850,scrollbars=yes,resizable=yes,menubar=yes');
}
