function delineate(str){
theleft = str.indexOf('=') + 1;
theright = str.lastIndexOf('&');
return(str.substring(theleft, theright));
}
function printPlugin(){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='550' height='400'");
document.write("codebase='http://active.macromedia.com/flash4/cabs/swflash.cab#version=5,0,0,0'>");
document.write("<param name='SRC' value='website.swf?i=2403393858&t=1083:1.04" + delineate(text) + "'");
document.write("<param name='menu' value='false'>");
document.write("<param name='bgcolor' VALUE='#99FFFF'>");
document.write("<param name=scale value='exactfit'> ");

document.write("<param name='QUALITY' value='high'>");
document.write("param name='LOOP' value='false'>");
document.write("   <embed menu='false'");
document.write("src='website.swf?i=2403393858&t=1083:1.04" + delineate(text) + "'");
document.write("width='550' height='400' quality='high' loop='false' bgcolor='#99FFFF'");
document.write("pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' ");
document.write("embedFlashVar");
document.write("scale='exactfit'");
document.write(">    </embed> </object>");
}
function pop(url, Loc, tool, res, stat, w, h, l, t, s){
var aw = screen.availWidth;
var windowX = (aw / 2) - (w / 2);
var cwPar =  'location=' +Loc+ ', toolbar=' +tool+ ', resizable=' +res+ ', status=' +stat+ ', width=' +w+ ', height=' +h+ ', left=' +windowX+ ', top=' +t+ ', scrollbars=' +s;
window.open( url , 'remote2', cwPar ); }
 function bookmarkUs(who){ var url = window.location; var ver = navigator.appName; var num = parseInt(navigator.appVersion); if ((ver == 'Microsoft Internet Explorer')&&(num >= 4)) {    window.external.AddFavorite(url,who); }else{alert('Netscape press Ctrl+D keys.');} }function rfPrint(){
 window.open('text.htm');
}
