function alertPop(article){
if(article == 'alert2.2.4.htm'){
window.open('alert2.2.4.htm','Epitaphs','scrollbars,resizable,menubar=no,status=yes,titlebar=yes,toolbar=no,height=600,width=600')}}

function popNevada(me){
if(me=='reno'){
window.open('../nevada/reno_details.htm','AxelrodInReno','scrollbars,resizable,menubar=no,status=yes,titlebar=yes,toolbar=no,height=600,width=600')}}

/*
function alertPop(article){
var file=eval('alert'+article+'.htm');
var title=eval('Special Article: '+article);
alert(article);
if (article == 'demo' || article='nevada'){
	alert(file "+" title);
	window.open("eval('\' ' +file+ '\',\' ' +title+ '\',\'scrollbars,resizable,menubar=no,status=yes,titlebar=yes,toolbar=no,height=600,width=600\'')");
	//window.open('alertEpitaphs.htm' , 'Epitaphs' , 'scrollbars,resizable,menubar=no,status=yes,titlebar=yes,toolbar=no,height=600,width=600')}
}
*/


/*
var win=null;

function NewWindow(mypage,myname,w,h,pos,infocus){
	if(pos=="random"){
		myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100}

	if(pos=="center"){
		myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100}

	else if((pos!='center' && pos!="random") || pos==null){
		myleft=0;mytop=20}

	settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
	win.focus()}
*/