

var d1, d2, d3;



function comp(){

	printS1();

	printS2();

	printS3();

}



function printS1(){



document.write('<table width="265" height="453" border="0" bordercolor="" cellpadding="0" cellspacing="0" background="http://www.web-logic.co.jp/cgi-bin/lpotrial/lpo_img/118291698315415_118291704615442.jpg?1183572883" bgcolor="" style="position:absolute;filter:alpha(opacity=0);opacity:0;-moz-opacity:0;border:outset 1pt;z-index:999;" id="demo1">');

document.write('  <tr>');

document.write('    <td>');

document.write('     <table width="265" height="453" border="0" cellpadding="0" cellspacing="0">');

document.write('      <tr>');

document.write('        <td height="453" align="left" valign="top"><div style="width:265px;height:453px;overflow:hidden;"></div></td>');

document.write('      </tr>');

document.write('      <tr>');

document.write('       <td height="10" align="right" valign="top" id="Cls1" bgcolor="#EEEEEE"><a href="javascript:myClose();"><font size="-1">閉じる</font></a></td>');

document.write('      </tr>');

document.write('    </table>');

document.write('    </td>');

document.write('  </tr>');

document.write('</table>');



	if ( document.getElementById ){

		d1 = document.getElementById ( 'demo1' );

		c1 = document.getElementById ( 'Cls1' );

	}else{

		d1 = document.all ['demo1'];

		c1 = document.getElementById ( 'Cls1' );

	}

	d1.style.display = "none";



}

function printS2(){



document.write('<table width="265" height="453" border="0" bordercolor="" cellpadding="0" cellspacing="0" background="http://www.web-logic.co.jp/cgi-bin/lpotrial/lpo_img/118291698315415_118291861516643.jpg?1183576305" bgcolor="" style="position:absolute;filter:alpha(opacity=0);opacity:0;-moz-opacity:0;border:outset 1pt;z-index:999;" id="demo2">');

document.write('  <tr>');

document.write('    <td>');

document.write('     <table width="265" height="453" border="0" cellpadding="0" cellspacing="0">');

document.write('      <tr>');

document.write('        <td height="453" align="left" valign="top"><div style="width:265px;height:453px;overflow:hidden;"></div></td>');

document.write('      </tr>');

document.write('      <tr>');

document.write('        <td height="10" align="right" valign="top" id="Cls2" bgcolor="#EEEEEE"><a href="javascript:myClose();"><font size="-1">閉じる</font></a></td>');

document.write('      </tr>');

document.write('    </table>');

document.write('    </td>');

document.write('  </tr>');

document.write('</table>');





	if ( document.getElementById ){

		d2 = document.getElementById ( 'demo2' );

		c2 = document.getElementById ( 'Cls2' );

	}else{

		d2 = document.all ['demo2'];

		c2 = document.getElementById ( 'Cls2' );

	}

	d2.style.display = "none";



}

function printS3(){



document.write('<table width="265" height="453" border="0" bordercolor="" cellpadding="0" cellspacing="0" background="http://www.web-logic.co.jp/cgi-bin/lpotrial/lpo_img/118291698315415_118355614924698.jpg?1183576560" bgcolor="" style="position:absolute;filter:alpha(opacity=0);opacity:0;-moz-opacity:0;border:outset 1pt;z-index:999;" id="demo3">');

document.write('  <tr>');

document.write('    <td>');

document.write('     <table width="265" height="453" border="0" cellpadding="0" cellspacing="0">');

document.write('      <tr>');

document.write('        <td height="453" align="left" valign="top"><div style="width:265px;height:453px;overflow:hidden;"></div></td>');

document.write('      </tr>');

document.write('      <tr>');

document.write('        <td height="10" align="right" valign="top" id="Cls3" bgcolor="#EEEEEE"><a href="javascript:myClose();"><font size="-1">閉じる</font></a></td>');

document.write('      </tr>');

document.write('    </table>');

document.write('    </td>');

document.write('  </tr>');

document.write('</table>');



	if ( document.getElementById ){

		d3 = document.getElementById ( 'demo3' );

		c3 = document.getElementById ( 'Cls3' );

	}else{

		d3 = document.all ['demo3'];

		c3 = document.getElementById ( 'Cls3' );

	}

	d3.style.display = "none";



}



function LpoDemo( id ){

	

	if( flt ){

		flt.style.display = "none";

	}

	cnt = 1;

	switch ( id ){

		case 1:

			flt = d1;

			cls = c1;

			break;

		case 2:

			flt = d2;

			cls = c2;

			break;

		case 3:

			flt = d3;

			cls = c3;

			break;

	}

	EffSat();

}

