if(navigator.appName.indexOf('Netscape') == -1) 
{
document.write("<link rel='stylesheet' href='style.css' type='text/css'>")
}

else 
{
	if(parseInt(navigator.appVersion)>=5)
	{
	document.write("<link rel='stylesheet' href='style.css' type='text/css'>")
	}
	else{
	document.write("<link rel='stylesheet' href='oldstyle.css' type='text/css'>")
	}
}
function Big(i){
	w= open("", "displayWindow", "width="+(15+2*i.width)+",height="+(15+2*i.height)+",status=yes,toolbar=no,menubar=no");
	w.document.open();
	w.document.write("<center><img src="+i.src.substring(0,i.src.length-4)+"b.jpg>");
	//+i.src+" width='"+(2*i.width)+"'>");
	w.document.close();
	}

