function OpenSubWindow(url,target,w,h){
	size = "width=" + w + ",height=" + h;
	style = "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes," + size;
	window.open(url,target,style);
}