var keyword = "";
keyword = getParameter( "keyword" );

var scl_no = "";
scl_no = getParameter( "scl_no" );

var logo_flag = "";
logo_flag = getParameter( "logo_flag" );

var mtr_flag = "";
mtr_flag = getParameter( "mtr_flag" );

var startpage = "";
startpage = getParameter( "startpage" );

function openSmartPamphlet (url) {
	var winObj = window.open(url, '_self');
	winObj.focus();
}

// embedControl.js
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="1010" height="655" id="dbook" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="dbook.swf?keyword=');
document.write(keyword);
document.write('&scl_no=');
document.write(scl_no);
document.write('&logo_flag=');
document.write(logo_flag);
document.write('&mtr_flag=');
document.write(mtr_flag);
document.write('&startpage=');
document.write(startpage);
document.write('&referrer=university');
document.write('" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="dbook.swf?keyword=');
document.write(keyword);
document.write('&scl_no=');
document.write(scl_no);
document.write('&logo_flag=');
document.write(logo_flag);
document.write('&mtr_flag=');
document.write(mtr_flag);
document.write('&startpage=');
document.write(startpage);
document.write('&referrer=university');
document.write('" quality="high" bgcolor="#ffffff" width="1010" height="655" name="dbook" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');

