function popupWindow(htmlFile, width, height) {
	popupWindow=window.open(htmlFile, "" , "scrollbars=yes,toolbar=no,status=no,location=no,height=" + height + ",width=" + width + ",dependend=yes,menubar=no");    
}