var dialogArguments;
var winHand;
if(winHand != null) {
	winHand.setfocus();
}
function OpenBox(field){
	dialogArguments = field;
	winHand = open("/multipleBox.html", "Multiple",'width=320,height=150,scrollbars=1,Top=200,Left=0');
	return false;
}
