var SHOPID = 'SM00001329';
function print_news_iframe() {
	document.write('<iframe src="http://stock2.ucar.ne.jp/ucarweb/news.php?shop=' +
		SHOPID + '" width=386 height=122 frameborder=0></iframe >');
}

function print_flash_table() {
	document.write(
'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
'    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="790" height="238">' +
'  <param name="movie" value="http://stock2.ucar.ne.jp/ucarweb/cardb_yellow.swf">' +
'  <param name="FlashVars" value="shop=' + SHOPID + '">' +
'  <param name="LOOP" value="false">' +
'  <param name="allowScriptAccess" value="always">' +
'  <embed src="http://stock2.ucar.ne.jp/ucarweb/cardb_yellow.swf" width="790"' +
'      height="238" loop="false" flashvars="shop=' + SHOPID + '"' +
'      pluginspage="http://www.macromedia.com/go/getflashplayer"' +
'      type="application/x-shockwave-flash" allowScriptAccess="always">' +
'  </embed> ' +
'</object>'
	);
}

function print_contact_a() {
	document.write(
'<A href="#" onClick="MM_openBrWindow(\'http://ctrl2.ucar.ne.jp/ucarweb/contact.php?shop=' + SHOPID +
'\',\'\',\'scrollbars=yes,resizable=yes,width=770,height=700\')">' +
'<img src="images/menu3.gif" width="120" height="23"border="0"></a>'
	);
}

function print_stock_iframe() {
	document.write('<iframe src="http://stock2.ucar.ne.jp/ucarweb/carstock_list.php?shop=' + SHOPID +
		'" width="790" height="552" frameborder="0"></iframe >');
}