
function epopup()
{
window.open('constant_contact.html','','width=525,height=425,left='+(screen.availWidth/2-262.5)+',top='+(screen.availHeight/2-212.5)+'');
}


function blogpopup()
{
window.open('http://forthfloral.wordpress.com','blogwin','width=850,height=850,left='+(screen.availWidth/2-425)+',top='+(screen.availHeight/2-425)+',menubar=1,resizable=1,scrollbars=1,status=1');
}

function gallerypopup()
{
window.open('http://gallery.forthfloral.net/gallery','gallerywin','width=900,height=850,left='+(screen.availWidth/2-450)+',top='+(screen.availHeight/2-450)+',menubar=1,resizable=1,scrollbars=1,status=1');
}
