//flash util js file

function fixedSize(url,name,features) {
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	win = window.open(url,name,features);
}
function fullScreen() {
	window.open ('http://www.spoono.com', '','fullscreen=yes')
}

