//Bookmark Code
function addToFavorites() {
     if (window.external){
         window.external.AddFavorite("http://www.g5screenprinting.com","G5 Screenprinting & Graphics");
        }
     else {alert("Sorry! Your browser doesn't support this function.\nPress Ctrl+D to add site to bookmark list.");}
}

// pop
function popup(url) {
emailWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=510,height=473');
self.name = "mainWin"; }


