// OPEN NEW WINDOW

function openNewWindow(url) {
	newwin = this.open(url,'newwindow','resizable=yes,scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=yes,copyhistory=yes,height=300,width=500,left=0,top=0,screenX=0,screenY=0')
}


