function openFlashWin()
{
	var flashWin = window.open('flash/home.php','_blank','scrollbars=0,location=0');
	flashWin.moveTo(0,0);
	flashWin.resizeTo(screen.availWidth,screen.availHeight);
}

function resizeDocumentTo(setw,seth){
	return window.resizeTo(setw,seth),window.resizeTo(setw*2-((typeof window.innerWidth ==
	'undefined')?document.body.clientWidth:window.innerWidth),seth*2-((typeof window.innerHeight ==
	'undefined')?document.body.clientHeight:window.innerHeight));
}
