
//=================================================

os   = navigator.appVersion.indexOf("Win");
ver1 = navigator.appVersion.charAt(0);
ver2 = navigator.appVersion.indexOf("5.0");


if ( os >= 0 ) {

	//-------------------------------------------------
	
	document.write("<STYLE TYPE='text/css'>")
	document.write("<!--")
	document.write("     body { font-family:verdana, arial, helvetica, sans-serif, ‚l‚r ‚oƒSƒVƒbƒN }")
	document.write("       td { font-size:12px; }")
	document.write("-->")
	document.write("</STYLE>")
	
	
	//---------------// IE4
	
	if ( ver1+0 <= 4  &&  ver2+0 < 0 ) {
		document.write("<STYLE TYPE='text/css'>")
		document.write("<!--")
		document.write("    select { font-family:‚l‚r ‚oƒSƒVƒbƒN; }")
		document.write("-->")
		document.write("</STYLE>")
	}
	
	//---------------// NN4
	
	if ( document.layers ) {
		document.write("<STYLE TYPE='text/css'>")
		document.write("<!--")
		document.write("     select { font-family:‚l‚r ‚oƒSƒVƒbƒN; }")
		document.write("    .txtbga { color:#FFFFFF; background-color:#6688DD; padding:0; }")
		document.write("    .txtbgb { color:#FFFFFF; background-color:#FFAA00; padding:0; }")
		document.write("    .txtbgc { color:#FFFFFF; background-color:#FF4477; padding:0; }")
		document.write("    .txtbgd { color:#FFFFFF; background-color:#77AA00; padding:0; }")
		document.write("-->")
		document.write("</STYLE>")
	} else {
		document.write("<STYLE TYPE='text/css'>")
		document.write("<!--")
		document.write("     .dot { background:url(/garden/images/dot_b.gif); }")
		document.write("-->")
		document.write("</STYLE>")
	}
	
	//-------------------------------------------------

}

//=================================================

if (document.images){

	bt_a = new Image;
	bt_b = new Image;
	bt_c = new Image;
	
	bt_a.src = "/garden/images/btn_196_on.gif";
	bt_b.src = "/garden/images/btn_366_on.gif";
	bt_c.src = "/garden/images/btn_274_on.gif";

}

//=================================================
