function win(URL) {
coverwin = window.open(URL,"cover","width=620,left=50,top=0");
coverwin.focus();
}

function win2(URL) {
dharmaWindow = window.open(URL,"dharmaWindow","height=650,width=780,left=200,top=10,resizable,scrollbars");
dharmaWindow.focus();
}
