function logo(y,z){
	newwin = window.open('../../popup/popup.php','win_img', 'width=450,height=250,resizable=no,fullscreen=no,channelmode=no,menubar=no,toolbar=no,location=no,scrollbars=no,status=yes,top=310,left=155,screenX=310,screenY=155');
	newwin.focus();
}


