function load_index_swf() {
	var date = new Date();
	var sign = date.getTime();
	sign = 1;
	var file_path = "img/top_movie.swf?dummy="+sign;
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"600\" height=\"300\" id=\"flashImage\" align=\"middle\">");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
	document.write("<param name=\"movie\" value=\""+file_path+"\" />");
	document.write("<param name=\"quality\" value=\"high\" />");
	document.write("<param name=\"bgcolor\" value=\"#FFFFFF\" />");
	document.write("<param name=\"wmode\" value=\"transparent\" />");
	document.write("<embed src=\""+file_path+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\"600\" height=\"300\" name=\"flashImage\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" />");
	document.write("</object>");
}

function newWindowOpen(number,fileName) {
	var filePath;
	filePath = "./img/stone/";
	nwino    = window.open("", "newWindow","resize=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=430,height=480");
	nwino.document.open();
	nwino.focus();
	nwino.document.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">");
	nwino.document.write("<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\">");
	nwino.document.write("<head>");
	nwino.document.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />");
	nwino.document.write("<meta name=\"content-language\" content=\"ja\" />");
	nwino.document.write("<meta http-equiv=\"imagetoolbar\" content=\"no\" />");
	nwino.document.write("<meta http-equiv=\"content-style-type\" content=\"text/css\" />");
	nwino.document.write("<meta http-equiv=\"content-script-type\" content=\"text/javascript\" />");
	nwino.document.write("<title>総合石材卸 有限会社オギハラ</title>");
	nwino.document.write("</head>");
	nwino.document.write("<body>");
	nwino.document.write("<p class=\"stoneName\">" + fileName + "</p>");
	nwino.document.write("<img src=\"" + filePath + number + ".jpg\" />"); 
	nwino.document.write("<input type=\"button\" value=\"close\" onClick=\"window.close()\" class=\"formCloseButton\" />");
	nwino.document.write("</body>");
	nwino.document.write("</html>");
	nwino.document.close();
}