//Function for Opening the New windowfunction OpenOpps(strLink,strWindow){window.open(strLink,"newWin","toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=600,height=400");}