
function PopUp(theURL,width,height) {
	window.open(theURL, '', 'width='+width+',height='+height+',fullscreen=no,scrollbars=auto');
}
