function openPop(url, name, width, height) {

	window.open(url, name, "width=" + width + ",height=" + height + ",status=no,location=no,scrollbars=yes,menubar=no,toolbar=no,resizable=yes");  

}