function flower_openWindow(theURL) {

	window_handle=window.open(theURL,'closeup','width=760,height=600,location=yes,menubar=yes,toolbar=yes,status=yes,resizable=yes,scrollbars=yes'); 

	window_handle.focus(); 

}

function maker_openWindow(theURL) {

	window_handle=window.open(theURL,'closeup','width=760,height=600,location=yes,menubar=yes,toolbar=yes,status=yes,resizable=yes,scrollbars=yes'); 

	window_handle.focus(); 

}


/*
 * Homepage
 */

function divLinkHP(link,loc){
    addClass(link,"sfubs");
    addClass(link,"active");
    window.status='http://' + window.location.hostname + loc;
    link.onclick= function() { window.location= loc ; }
    link.onmouseout= function() { window.status=''; removeClass(link,"active") }
}
