function winOpen(site){
	window.open(site);
}

function newsOpen(site){
	if(screen.height <= 650){
		window.open(site,'news','width=600,height=550,scrollbars=yes');
	} else {
		window.open(site,'news','width=600,height=700,scrollbars=yes');
	}
}

function voice(site){
	window.open(site,'voice','width=600,scrollbars=yes');
}

function fullContents(){
	window.moveTo(0,0);
	window.resizeTo(screen.width,screen.height);
	location.href = './flash/';
}
