function spawn(item)
{
var sIndex=item.selectedIndex;
var sURL=item.options[sIndex].value;
popupwindow(sURL,'800','600','no','no','auto','auto');
}