function openCopy(){
window.open('copy.html','newwin','location=0,status=1,scrollbars=1,width=300,height=300')
}

function openWin(url,w,h){
window.open(url,'newwin','location=0,status=1,scrollbars=1,width=' + w + ',height=' + h + '"');
}