function MM_jumpMenu(targ,selObj,restore){ //v3.0
	//alert(selObj.name);
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function manupopup(manu_id) {
  popupWin = window.open('manu_popup.asp?manu_id=' + manu_id, 
    'open_window',
    'status,scrollbars,dependent,width=400,height=300,left=30,top=30')
  popupWin.focus()
}
function artisanpopup(manu_id) {
  popupWin = window.open('artisan_popup.asp?manu_id=' + manu_id, 
    'open_window',
    'status,scrollbars,dependent,width=400,height=300,left=30,top=30')
  popupWin.focus()
}
function imagepopup(item_id) {
  popupWin = window.open('lgimage_popup.asp?item_id=' + item_id, 
    'open_window',
    'status,scrollbars,dependent,width=560,height=500,left=30,top=30')
  popupWin.focus()
}
function optionpopup(item_id,x) {
  popupWin = window.open('option_popup.asp?item_id=' + item_id + '&op=' + x,
      'open_window',
    'status,scrollbars,dependent,width=560,height=400,left=30,top=30')
  popupWin.focus()
}