/********************************************************************
* Our Green Miami - City of Miami Office of Sustainable Initiatives *
********************************************************************/
/* Filename= misc_scripts.js; Date=09Jun2008 */


var urlAddress = "http://www.intelliwebtools.com"; 
var pageName = "OurGreenMiami.org - Miami Office of Sustainable Initiatives "; 
function addToFavorites() { 
if (window.external) { window.external.AddFavorite(urlAddress,pageName)} 
else { alert("Sorry! Your browser doesn't support this feature.");} 
} 


/* Open screen to full width fuction  */
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}




