var newwindow;
function openWinder(shid){
	newwindow=window.open(shid,"name","height=400,width=600,toolbar=0,menubar=0,status=0,scrollbars=0,resize=0");
	if(window.focus){
		newwindow.focus()
	}
}