
t_mac=(navigator.platform=="MacPPC")? true:false;
t_win=(navigator.appVersion.indexOf("Win")!=-1)? true:false;
t_ie4=(document.all)? true:false;
t_dom=(document.getElementById)? true:false;
t_ns4=false;
if ((parseInt(navigator.appVersion)==4) && (navigator.appName=="Netscape")) t_ns4=true;
function printPage()
{
	window.print();
}


var t_dom=(document.getElementById)? true:false;

if (!t_dom)
{
	document.writeln('<link rel="stylesheet" type="text/css" href="//css/n.css" media="screen" />');
	
}

function t_init()
{
	t_loaded=true;
}

function t_write(divID,divtext)
{
	if (t_loaded)
	{
		if (t_dom)
		{
			document.getElementById(divID).innerHTML=divtext;
		}
		else if (t_ie4)
		{
			document.all[divID].innerHTML=divtext;
		}
		if (t_ns4)
		{
			document.layers['scrollhold'].document.layers[divID].document.open();
			document.layers['scrollhold'].document.layers[divID].document.write(divtext);
			document.layers['scrollhold'].document.layers[divID].document.close();
		}
	}
}

var t_preload=new Array();
function t_imgPreload()
{
	var t_length=t_imgPreload.arguments.length, t_i;
	for (t_i=0; t_i<t_length; t_i++)
	{
		t_preload[t_i]=new Image();
		t_preload[t_i].src=t_imgPreload.arguments[t_i];
	}
}

