function FullWin() {
	self.close(); 
	window.open("index.php","","fullscreen,scrollbars");
}

function CloseWin(){ 
	self.close(); 
	window.open("index.php","","");
}