function openPage()
//function openPage(url)
{
	window.location = "index.php?still";
	
	//var newWindow = window.open(url, '_blank');
	//newWindow.focus();
	
	return false;
}


function openRef(url)
{
	window.location = "index.php?still";
	
	var newWindow = window.open(url, '_blank');
	newWindow.focus();
	
	return false;
}
