/*@cc_on _d=document;eval('var document=_d')@*/
function openw(theURL){	window.open(theURL,'bnWin','toolbar=no,resizable=yes,location=no,directories=no,scrollbars=yes,width=720,height=400'); }
function gotourl(theURL){ location.replace(theURL); }
function selectTextArea(){ document.frm_url.src.focus(); document.frm_url.src.select(); }
function execute(val){ 
  var item = $('preview'); 
  Element.update(item,val);
}
function flash_load(file,xize,yize){ 
  document.open();
  document.writeln('<embed src="'+file+'" width="'+xize+'" height="'+yize+'" wmode="opaque" type="application/x-shockwave-flash" />');
  document.close(); 
}

