function credits(str) {
searchWin = window.open(str,'credits','scrollbars=no,resizable=no,width=400,height=250,status=no,location=no,toolbar=no');
}
