function openPopUpWindow(url,width,height) {
	newPopUp = window.open(url,'newPopUp','toolbar=no,menubar=no,location=no,height='+height+',width='+width+',resizable=yes,scrollbars=yes');
}