 function openpopup(popurl){
 var winpops=window.open(popurl,"","scrollbars=1,width=500,height=600")
 }
  function openpopup2(popurl){
 var winpops=window.open(popurl,"","scrollbars=1,width=925,height=600")
 }

var flashObject = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="754" >'
+ ' <param name="movie" value="storyWithChartWrap.swf?storyID=' + document.getElementById('hdnstoryid').value + '&preview=' + document.getElementById('hdnpreview').value + '" />'
+ ' <param name="quality" value="high" />'
+ '	<param name="wmode" value="transparent" />'
+ ' <embed src="storyWithChartWrap.swf?storyID=' + document.getElementById('hdnstoryid').value + '&preview=' + document.getElementById('hdnpreview').value + '" quality="best" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="754" wmode="transparent"></embed>'
+ ' </object>'
	
document.write(flashObject); 