/* ** 
** 
** 
** */

if (top.frames.length>0) {
 	top.location.href=window.location.href;
}
function shortcut(select_box){
	url=select_box.selected;
	if(url!='0'){select_box.form['forward:method'].click();}
}

