/* BOOKMARK */

function bookmark(){
var title = document.title;var url = document.URL;
if (window.sidebar){window.sidebar.addPanel(title, url,'');} 
else if (document.all){window.external.AddFavorite(url, title);}
else if (window.opera && window.print){return true;}
}

/* EMAIL */

function email(){theURL = "email.php?url=" + document.location;window.open(theURL,'_blank','width=600,height=510,scrollbars=no');}
function hideemailform(){document.getElementById("emailform").innerHTML="<div align='center'>Your message has been sent.<br><br></div>";}

/* PRINT */

function printpage(){if (window.print){window.print();}}

/* OPEN/CLOSE BROWSER */

function popup(theURL,winName,features){window.open(theURL,winName,features);}
function popdown(){window.close();}

/* BANNER */

function banner(id){
document.getElementById('banner').innerHTML = 
 '<embed src="swf/banner'+id+'.swf" width="800" height="300" wmode="transparent" menu="0" quality="high"'
+'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>';
}
