var win;

function OpWin(i,x,y) {
win = open(i, '', 'width='+x+',height='+y+',resizable=0,toolbar=0,scrollbars=0,location=0,menubar=0,status=0,titlebar=1,top=0,left=0');
}


function doSearch() {
	document.getElementById('cntnt01moduleform_1').submit();
}
