
function subWinOp(url) {
	window.open(url,'sub','toolbar=0,scrollbars=1,location=0,menubar=0,status=0');
}
