this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln("<style type='text/css'>");
	document.writeln("#title {filter:alpha(opacity=55)};")
	document.writeln("#box {filter:alpha(opacity=45)};")
	document.writeln("#photos .title {filter:alpha(opacity=55)};")
	document.writeln("</style>");
	/* document.writeln('<link href="/css/print.css" rel="stylesheet" type="text/css" media="print">'); */
}