function PrinterFriendly(link){
var popurl=link;
winpops=window.open(popurl,"","width=500,height=550,scrollbars,menubar,resizable,")
}