function high(which2) { 
 theobject=which2 
 highlighting=setInterval("highlightit(theobject)",50) 
 } 
function low(which2){ 
 clearInterval(highlighting) 
 which2.filters.alpha.opacity=100 
 } 
function highlightit(cur2){ 
 if (cur2.filters.alpha.opacity>50) 
 cur2.filters.alpha.opacity-=7
 else if (window.highlighting) 
 clearInterval(highlighting) 
 }
function AskBoard(){
hWnd_reader=window.open("http://61.135.129.87/front/board/myweb_board_add.jsp?Board_Login_Id=7310DFED128BE9D4BCA8D5036A6620B3","ask","toolbar=0,location=0,status=0,menubar=0,resizable=0,scrollbars=1,top=100,left=120,width=600,height=320");
hWnd_reader.focus();
}
function openboard(){
hWnd_reader=window.open("http://61.135.129.87/front/board/myweb_board_list.jsp?myBoard_Id=7310DFED128BE9D4BCA8D5036A6620B3","list","toolbar=0,location=0,status=0,menubar=0,resizable=0,scrollbars=1,top=100,left=120,width=500,height=380");
hWnd_reader.focus();
}
function newWin(url, handle, width, height){//top=0, left=0, 
	var windowStyle = "location=yes,toolbar=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height;
	var popupWin = window.open(url,handle,windowStyle);
}