function InfoData(str)
{

if ( str == "tel" ) {
document.write('TEL:&#48;&#49;&#49;&#45;&#56;&#51;&#51;&#45;&#51;&#52;&#52;&#51;');
}
if ( str == "電話" ) {
document.write('TEL:&#65296;&#65297;&#65297;&#65293;&#65304;&#65299;&#65299;&#65293;&#65299;&#65300;&#65300;&#65299;');
}
if ( str == "mail" ) {
document.write('[<a href="mailto:&#105;&#110;&#102;&#111;&#64;&#115;&#117;&#110;&#99;&#114;&#97;&#102;&#116;&#45;&#104;&#112;&#46;&#99;&#111;&#109;">Ｅメール</a>]');
}
if ( str == "問い合わせ" ) {
document.write('[<a href="mailto:&#105;&#110;&#102;&#111;&#64;&#115;&#117;&#110;&#99;&#114;&#97;&#102;&#116;&#45;&#104;&#112;&#46;&#99;&#111;&#109;">問い合わせ</a>]');
}
if ( str == "ＦＡＸ" ) {
document.write('FAX:&#65296;&#65297;&#65297;&#65293;&#65304;&#65299;&#65299;&#65293;&#65299;&#65300;&#65299;&#65302;');
}

if ( str == "ＲＶパーク" ) {
document.write('<img src="sozai/rvparklogo.jpg" border=0><br>');
document.write('潟Tンクラフト　札幌ＲＶパーク<br>');
document.write('札幌市清田区里塚１条１丁目８−１０（札幌ＲＶパーク所在地）<br>');
document.write('札幌市白石区東札幌６条１丁目２−３０（本社）<br>');
document.write('TEL:&#65296;&#65297;&#65297;&#65293;&#65304;&#65299;&#65299;&#65293;&#65299;&#65300;&#65300;&#65299;<br>');
document.write('[<a href="mailto:&#105;&#110;&#102;&#111;&#64;&#115;&#117;&#110;&#99;&#114;&#97;&#102;&#116;&#45;&#104;&#112;&#46;&#99;&#111;&#109;">問い合わせ</a>]※クリックするとメール作成画面が起動します。');
}

}