
/* General functions */

function NewWindow(href, title) {
	window.open(href,title,"resizable=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,fullscreen=no,dependent=no,width=600,height=650,left=200,top=50");
}