function subWin(wUrl,wWidth,wHeight){
	wOption = "width=" + wWidth + ",height=" + wHeight + ",toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=5,top=5";

	window.open(wUrl,"mossub",wOption);
}
