// JavaScript Document
	if ((navigator.userAgent.indexOf("MSIE 6.")) >= 0 && (navigator.userAgent.indexOf("Opera"))<=0)
	{
		document.write("<link rel=stylesheet href="+Offset+"css/ie6style.css type=text/css />");
   		document.write("<style type='text/css'>");
		document.write(".png1 { FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='"+Offset+"images/bg_other.png', sizingMethod='scale'); WIDTH: 75px; HEIGHT: 75px; }");
		document.write("#png2{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='"+Offset+"images/picture_bg.png', sizingMethod='scale'); width: 360px; height: 360px; position:relative }");
		document.write("</style>");
	}
	else 
	{
		document.write("<link rel=stylesheet href="+Offset+"css/allstyle.css type=text/css />");
	}

