function Show(whatw)
{window.open(whatw+".html",whatw,'scrollbars=yes,width=150,height=300');}
function HideAll(){}

function view(URL) {

  window.open(URL,'movie', 'width=280, height=440');
}

function view2(URL) {

  window.open(URL,'movie', 'width=740, height=650');
}



function viewMov(URL) {

  window.open(URL, "movie", "width=320, height=536");
}
