// JavaScript Document
/******************************************************************************************

	</special/js_v2/popup.js>

*******************************************************************************************/

//flash
function flash(){ 
	popwin=window.open("special/soybean/index.html","flashwin","toolbar=no,scrollbars=no,resizable=yes,height=600,width=850,left=20,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}
