function geoQuake()
{
var geoquake= document.getElementById('lightbox-imageContainer');
var geoquakePai = document.getElementById('lightbox-imageBox');

geoquakePai.setAttribute('style','width:602px;height:535px');

geoquake.innerHTML='<embed width="600" height="530" quality="high" name="DrivingSimulator" id="DrivingSimulator" style="" src="http:\/\/geoquake.jp\/en\/webgame\/DrivingSimulatorPerspective\/DrivingSimulator.swf?version=004" type="application\/x-shockwave-flash"/>';
}
document.getElementById('DrivingSimulator').setAttribute('style','visibility:visible');
