function OpenWin(htmlName, windowName, size){
win=window.open(htmlName, windowName, size);
}