function popup_plugin(name,catalog,width,height)
{
window.open("http://docs.unh.edu/scripts/plugin1-3.pl?cat="+catalog+"&item="+name+".sid&wid="+width+"&hei="+height+"&props=cat(pon,son)","SID_image","alwaysRaised=yes,dependent=yes,directories=no,height="+(height+20)+",width="+(width+20)+",menubar=no,scrollbars=no,titlebar=yes");
}

function popup_noplugin(name,catalog,width,height)
{
window.open("http://docs.unh.edu/scripts/noplugin.pl?cat="+catalog+"&item="+name+".sid&wid="+width+"&hei="+height+"&props=cat(pon,son)","SID_image","alwaysRaised=yes,dependent=yes,directories=no,height="+(height+20)+",width="+(width+20)+",menubar=no,scrollbars=no,titlebar=yes");
}

function popup_java(name,catalog,width,height)
{
window.open("http://docs.unh.edu/scripts/show_java.pl?client="+catalog+"&image="+name+".sid&width="+width+"&height="+height,"SID_image","alwaysRaised=yes,dependent=yes,directories=no,height="+(height+150)+",width="+(width+20)+",menubar=no,scrollbars=no,titlebar=yes");
}
