function emailPage(w, h, url)
{
window.open("http://www.instylehome.ca/main/emailfriend.asp?page="+url,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width="+w+", height="+h);
}