<!-- hide from old browsers

function openWin(index) {
        theUrl = "def_" + index + ".php"; 
        win = open(theUrl,"glossary","width=300,height=300,toolbar=no,scrollbars=no,resizable=no"); 
        win.location.href = theUrl;
}                
        
function openWin1(str1, str2, str3, str4, str5, str6, str7) {
	var n=open("sample_detail.php?sample_id="+str1+"&client="+str2+"&thumbnail="+str3+"&image1="+str4+"&image2="+str5+"&moving1="+str6+"&moving2="+str7,"sample","width=520,height=530,toolbar=no,scrollbars=no,resizable=no");
	
}

  function getDateStr(){
    var today = new Date()
    var year = today.getYear()
    if(year<1000) year+=1900
    var todayStr = year
    return todayStr
    }
    
    
//-->
