function post_value(ImgValue){
OptId = parent.window.OptId;
pc = parent.window.pc;
OptCatId = parent.window.OptCatId;

parent.window.document.MainForm['TEXTBOX___'+OptId+'___'+pc+'___'+OptCatId].value = ImgValue;
self.location.reload();
return parent.window.hs.close()
}

function view_big(imgcat,imgname)
{
img_window = window.open('/v/vspfiles/assets/flash/Mascots41809/'+imgcat+'/'+imgname+'.gif','jav','width=530,height=530,toolbar=no,status=no,titlebar=no');
}
function close_big()
{
img_window.close();
}
