/* 

   Last update on 2005.07.19

*/

var vNum = navigator.appVersion.charAt(0);

var bName = navigator.appName.charAt(0);

/* css link */

if(navigator.appVersion.indexOf("Mac") > -1){
	if( bName == "M"){
		// Macintosh IE 5
		document.writeln("<link rel='stylesheet' href='../css/m_ie.css' type='text/css'>");


	}else{

		if( vNum < 5 ){
			// Macintosh NETSCAPE 4.x
		document.writeln("<link rel='stylesheet' href='../css/m_nn4.css' type='text/css'>");


		}else{

			// Macintosh OTHER
		document.writeln("<link rel='stylesheet' href='../css/m_other.css' type='text/css'>");

		}
	}

}else{

	if( bName == "M"){
		// Windows IE
		document.writeln("<link rel='stylesheet' href='../css/w_ie.css' type='text/css'>");

	}else{

		if( vNum < 5 ){
			// Windows NETSCAPE 4.x
		document.writeln("<link rel='stylesheet' href='../css/w_nn4.css' type='text/css'>");

		}else{
			// Windows OTHER
		document.writeln("<link rel='stylesheet' href='../css/w_other.css' type='text/css'>");

		}

	}

}



function prd_detail(URL){
win=window.open(URL,"detail","menubar=yes,toolbar=yes,location=yes,status=yse,scrollbars=yes,resizable=yes,width=450,height=480");
win.focus();
}



