function popupwindow(url,name,opts)
{
popup = window.open(url,name,opts);
}
