if ((navigator.appName.indexOf('Microsoft')+1) > 0) {
        document.write('<style type="text/css"> .opacity1 {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);} .opacity2 {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);} </style>'); }
else 
if ((navigator.appName.indexOf('Netscape')+1) > 0) {
        document.write('<style type="text/css"> .opacity1 {-moz-opacity:0.5} .opacity2 {-moz-opacity:1} </style>'); }
else {
        document.write(''); 
}
//  End -->

function reset(){
    parent.frames[1].location.href = 'blank.html';
}

function resetG(){
    parent.frames[2].location.href = 'blank.html';
}