<!--
function openWin (url, xx, yy, name) {
		window.open(url,name,"scrollbars=yes,width="+xx+",height="+yy);
}

if (navigator.userAgent.indexOf("MSIE") != -1){
		document.write('<link rel="stylesheet" type="text/css" href="http://www.uplink.co.jp/css/import_win_ie.css" type="text/css" />');
		} else {
		document.write('<link rel="stylesheet" type="text/css" href="http://www.uplink.co.jp/css/import.css" type="text/css" />');
}

//-->