/*index02_UI----------------------------------------------------*/function Closeall(){	$("#policy:visible,#float1:visible,#float2:visible,#float3:visible,#float4:visible,#float5:visible,#float6:visible,#closebutton:visible").animate({opacity:'hide',height:'hide'},"slow",		function(){		$("#openbutton:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 1.0);		$("#photo:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 0.7);				}	);}		function Openall(){	$("#openbutton:visible,#photo:visible").animate({opacity:'hide',height:'hide'},"slow",		function(){$("#policy:hidden,#float1:hidden,#float2:hidden,#float3:hidden,#float4:hidden,#float5:hidden,#float6:hidden,#closebutton:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 1.0);}	);}function PolicyOpen(){	$("#policy:visible,#float1:visible,#float2:visible,#float3:visible,#float4:visible,#float5:visible,#float6:visible,#closebutton:visible").animate({opacity:'hide',height:'hide'},"slow",		function(){		$("#policy_main:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 0.95);				}	);}	function PolicyClose(){	$("#policy_main:visible").animate({opacity:'hide',height:'hide'},"slow",		function(){$("#policy:hidden,#float1:hidden,#float2:hidden,#float3:hidden,#float4:hidden,#float5:hidden,#float6:hidden,#closebutton:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 1.0);}	);}function Close2(){	$("#main:visible,#closebutton2:visible").animate({opacity:'hide',height:'hide'},"slow",		function(){		$("#openbutton2:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 0.95);		$("#photo2:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 0.7);				}	);}		function Open2(){	$("#openbutton2:visible,#photo2:visible").animate({opacity:'hide',height:'hide'},"slow",		function(){$("#main:hidden,#closebutton2:hidden").animate({opacity:'0.7', height:'show'},"slow").fadeTo("normal", 1.0);}	);}/*contentsǂݍ----------------------------------------------------*/function CL(filename, divid){	$(divid).hide();	$(divid).load(filename);	$(divid).fadeIn('normal');}	/*gallery open----------------------------------------------------*/function m_win(url,windowname,width,height) { var features="location=no, menubar=no, status=no, scrollbars=no, resizable=no, toolbar=no"; if (width) {  if (window.screen.width > width)   features+=", left="+(window.screen.width-width)/2;  else width=window.screen.width;  features+=", width="+width; } if (height) {  if (window.screen.height > height)   features+=", top="+(window.screen.height-height)/2;  else height=window.screen.height;  features+=", height="+height; } window.open(url,windowname,features);}function strip(string, symbol) {       var newstring = "";          for (var i = 0; i < string.length; i++) {             if (string.charAt(i) != symbol)                newstring += string.charAt(i);       }       return newstring;    }
