function printerfriendly(theURL,winName,features) {
var newwin = window.open(theURL,winName,features);
newwin.focus();
}