function surfto(form) {

var myindex=form.select1.selectedIndex

if (form.select1.options[myindex].value != "0") {

location=form.select1.options[myindex].value;}

}


function oPenImag1(iMagPath)

{

localwin=window.open(iMagPath,'preview',"scrollbars=yes,width=600,height=300,directories=no,status=no,resizable=yes,menubar=yes,toolbar=yes,location=yes");
localwin.focus();
}


