//Popup Script to email Friend

function emailFriend(popurl, width, height){
var winpops=window.open(popurl,"","width="+width+",height="+height+",resizable,scrollbars=1")
}
