function openImageProject(_file, _w, _h) {
	window.open(_file, 'img', 'width='+_w+',height='+_h+', scrollbar=no,resizable=no,toolbar=no')
}

function openPop_Credits() {
	window.open('credits.html', 'CrEdItS', 'width=346,height=240, scrollbar=no,resizable=no,toolbar=no')
}