function openwin(url){
awindow=window.open(url,"pic","width=640, height=480")
awindow.focus();
}
