// *** TAF ***
function tell_friend(){
var path_to_cgi="/cgi-bin/TAF/tell_friend.cgi";
path_to_cgi += '?url=' + escape(document.location);
window.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=300,HEIGHT=330");
}

// *** TellADMIN ***
function tell_admin(){
var path_to_form="http://www.icw-net.com/info/forms-db/notify/pagemaintenance.html";
path_to_form += '?url=' + escape(document.location);
window.open(path_to_form,"pagemaintenance","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=YES,SCROLLBARS=YES,TOP=20,LEFT=10,WIDTH=550,HEIGHT=380");
}

// *** TellBROKER ***
function tell_broker(){
var path_to_cgi="/cgi-bin/tellBROKER/tell_broker.cgi";
path_to_cgi += '?url=' + escape(document.location);
window.open(path_to_cgi,"tellBROKER","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=NO,SCROLLBARS=YES,TOP=40,LEFT=20,WIDTH=380,HEIGHT=460");
}

// *** TellSTORY ***
function tell_story(){
var path_to_cgi="/cgi-bin/tellSTORY/tell_story.cgi";
path_to_cgi += '?url=' + escape(document.location);
window.open(path_to_cgi,"tellSTORY","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=YES,SCROLLBARS=YES,TOP=20,LEFT=10,WIDTH=770,HEIGHT=600");
}

// *** TellSTORYPHOTO ***
function tell_story_photo(){
var path_to_form="http://www.icw-net.com/info/forms-db/storyphoto/storyphoto.html";
path_to_form += '?url=' + escape(document.location);
window.open(path_to_form,"tellSTORYFORM","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=YES,SCROLLBARS=YES,TOP=20,LEFT=10,WIDTH=770,HEIGHT=600");
}

// *** TellAdvertiseTHISpage ***
function tell_advertise_this_page(){
var path_to_form="http://www.icw-net.com/info/forms-db/advertise/thispage.html";
path_to_form += '?url=' + escape(document.location);
window.open(path_to_form,"advertisethispage","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=YES,SCROLLBARS=YES,TOP=20,LEFT=10,WIDTH=550,HEIGHT=380");
}

// ** BkMRK **
 function addBookmark(title,url) { 
var url= (document.location);
var title= (document.title);
if (navigator.appName == "Microsoft Internet Explorer") { 
window.external.AddFavorite(url,title); 
}
else if (window.sidebar) { 
 window.sidebar.addPanel(title, url,""); 
};
}

// ** kill status bar message **
var statusmessg='';

function killstatus(){
window.status=statusmessg;
return true;
}
