function misc(theURL)
{

MyWindow=window.open(theURL,'MyWindow','toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=400,height=300');
 return false;
}