// extern window

function win(URL) {
	window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=600')
}
function gallerie(URL) {
	window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=900,height=700,top=10,left=10')
}

function selfmove() {
		self.moveTo((screen.availWidth-766)/2,(screen.availHeight-700)/2)  	
}
function winG(URL) {
	window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=703,height=650,top=10,left=10')
}



