/** ***************************************************
#######################################################
#	@Project: TWIN-JSC.								  #
#	@Author : TWIN-JSC.								  #
#	@Fix code 2011 by TWIN-JSC. 					  #
#######################################################
*************************************************** **/
				
	/************************************** function for pages ***********************************/	
		function insertJVCommonFiles(Fi,Fo){			
			try{
				var len = Fi.length;
				var str = "";
				var i = 0;
				if((len < 0) || (typeof(len) =="undefined")){alert('Have error,Please check again,thanks.');return;}
				for(i = 0 ; i < len  ; i ++){
					str += wrsrchtm(Fo+"/"+Fi[i]+"_v20"+".js");
				}
				document.write(str);return;	
			}catch(e){
				
				return;
			}//end try catch	
			
		}//end insertJVCommonFiles(Fi,Fo)
		function wrsrchtm(info){
			try{
				return"<script language='javascript' src='"+info+"' type='text/javascript'></script>";		
			}catch(e){
				
			}//end try catch				
		}//end wrsrchtm(info)
	
