function link(){
document.write("<A href='http://www.angelsite.jp/main/txt/link.html'>リンク</A>");
}

function link_map(){
document.write("<A href='http://www.angelsite.jp/main/txt/sitemap.html'>サイトマップ</A>");
}

function link_privacy(){
document.write("<A href='http://www.toukei.co.jp/txt/kojin/tcc-kojin-hogo.html' target='_blank'>個人情報保護</A>");

}

function link_tcc(){
document.write("<A href='http://www.toukei.co.jp' target='_blank'>会社概要</A>");
}


function write_tag() {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
     document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,00,0"');
     document.write(' width="200"');
     document.write(' height="200">');
     document.write('<param name="movie" value="img/product_menu.swf">');
     document.write('<param name="play" value="true">');
     document.write('<param name="loop" value="true">');
     document.write('<param name="quality" value="high">');
     document.write('<embed src="img/product_menu.swf"');
     document.write(' quality="high"');
     document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
     document.write(' type="application/x-shockwave-flash"');
     document.write(' play="true"');
     document.write(' loop="true"');
     document.write(' width="200"');
     document.write(' height="200">');
     document.write('</embed>');
     document.write('</object>');
}



//****1*********2*********3*********4*********5*********6*********7*********
// 関数名					：openWin()
// 機能						：商品の問合せ押下時
// 引数						：
// 戻り値					：なし
// 作成日					：2006/01/19 　k.yamada
// 更新日					：
// 備考						：
//****1*********2*********3*********4*********5*********6*********7*********
function openWin(rShohincd,rShozokucd){

	document.frm01.hidShohincd.value	 = rShohincd;
	document.frm01.hidShozokucd.value	 = rShozokucd;

	wx = 650;
	wy = 750;
	x  = (screen.width - wx) / 2;
	y  = (screen.height - wy) / 2;
	winShozoku = window.open('','WindowP','left='+x+',top='+y+',width='+wx+',height='+wy+',menubar=no,location=no,directories=no,scrollbars=no,toolbar=no,status=no,resizable=no');
	winShozoku.focus();

	document.frm01.method = 'post';
	document.frm01.target = 'WindowP';
	document.frm01.action = 'https://www.toukei.co.jp/Tccroot/inquiry/purai.asp';
//	document.frm01.action = 'http://www.toukei.co.jp/Tccroot/inquiry/purai.asp';
	document.frm01.submit();
}

