function CheckKeys() {
	if((event.keyCode<48)||(event.keyCode>57)){
	    event.returnValue=false;
	} 
}


function setCookie( name, value, expiredays ) {
   var todayDate = new Date();
	var strdomain = "barunsoncard.com";
   todayDate.setDate( todayDate.getDate() + expiredays );
//   document.cookie = name + "=" + escape( value ) + "; domain="+ strdomain +"; path=/; expires=" + todayDate.toGMTString() + ";"
   document.cookie = name + "=" + escape( value ) + "; domain="+ strdomain +"; path=/;"
}

function getCookie( name ) {
   var nameOfCookie = name + "=";
   var x = 0; 
   while ( x <= document.cookie.length ) {
      var y = (x+nameOfCookie.length);
      if ( document.cookie.substring( x, y ) == nameOfCookie ) {
         if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
         endOfCookie = document.cookie.length;
         return unescape( document.cookie.substring( y, endOfCookie ) );
      }
      x = document.cookie.indexOf( " ", x ) + 1;
      if ( x == 0 )
      break;
   }
   return "";
}

function allblur() {
var objLinks = document.getElementsByTagName('a');
   for(var i=0; i<objLinks.length; i++) {
     objLinks.item(i).hideFocus = function(){return true;};
   }

}

function CmbSite_OnChange(val){
	if(val != ""){
		window.open(val);
	}
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

// SaySelect Environment Constants
function ActFlash(url,w,h,t)
{       
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0' width='"+w+"' height='"+h+"'><param name='movie' value='"+url+"'><param name=loop value="+t+"><param name=menu value=false><param name=quality value=high><param name=wmode value=transparent><param name=scale value=exactfit><param name=salign value=T><param name=devicefont value=true><embed src='"+url+"' loop=false menu=false quality=high scale=exactfit salign=T devicefont=true width='"+w+"' height='"+h+"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed></object>")
}

function FlashInsert(FlashIDName, FlashFileName, FlashWidth, FlashHeight, DNSSetting, WMODESetting, FlashBGColor, QSetting, FlashAlign)
{
	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('CODEBASE="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=8,0,22,0" ');
	document.write(' ID="'+FlashIDName+'" WIDTH="' + FlashWidth + '" HEIGHT="' + FlashHeight + '" ALIGN="'+FlashAlign+'">');
	document.write('<PARAM NAME="movie" VALUE="'+ FlashFileName +'">');
	document.write('<PARAM NAME="quality" VALUE="'+QSetting+'">');
	document.write('<PARAM NAME="bgcolor" VALUE="'+FlashBGColor+'">');
	document.write('<PARAM NAME="wmode" VALUE="'+WMODESetting+'">');
	document.write('<PARAM NAME="allowScriptAccess" VALUE="'+DNSSetting+'">');
	document.write('<EMBED SRC="'+ FlashFileName +'"  NAME="'+FlashIDName+'"');
	document.write(' WIDTH="' + FlashWidth + '" HEIGHT="' + FlashHeight + '" QUALITY="'+QSetting+'" BGCOLOR="'+FlashBGColor+'"');
	document.write(' ALLOWSCRIPTACCESS="'+DNSSetting+'" ALIGN="'+FlashAlign+'" WMODE="'+WMODESetting+'" TYPE="application/x-shockwave-flash" ');
	document.write(' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" >');
	document.write('</EMBED>');
	document.write('</OBJECT>');
}

//	######## eºÏ ½ºÅ©¸³Æ® ½ÃÀÛ...
function openPop(url, name, scroll_yn, width, height, top, left)
{
	var opt = "toolbar=no,resizable=no,scrollbars="+scroll_yn+",location=no,resize=no,menubar=no,directories=no,copyhistory=0,width="+width+",height="+height+",top="+top+",left="+left;
	window.open(url, name, opt); 
}

function wndWebBook(targetBookID, themeID, srcDir)
{	
	g_wb = openEbook(targetBookID, themeID, srcDir);
}

function openEbook(target,theme,jo){var gw;if(theme){var webBookConfig;if(jo)webBookConfig=ea(jo+"/theme/"+theme+"/conf/config.xml");else webBookConfig=ea("theme/"+theme+"/conf/config.xml");try{var node=webBookConfig.selectSingleNode("Theme/ENLARGEMENT");var fullDraw=0;if(node)fullDraw=parseInt(node.attributes.getNamedItem("fulldraw").text);}catch(e){}if(fullDraw)gw='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(screen.width-8)+',height='+(screen.height-27);else gw='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(1024-8)+',height='+(768-27);}else gw='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(1024-8)+',height='+(768-27);var ll;if(jo)ll=open(jo+'/library/'+target+'/viewer.html','ezPDFWebBook',gw);else ll=open('library/'+target+'/viewer.html','ezPDFWebBook',gw);return ll}

function ea(filename){var xmlDoc=new ActiveXObject("Microsoft.XMLDOM");xmlDoc.async=false;var xmlLoadStatus=xmlDoc.load(filename);return xmlDoc}
//	######## eºÏ ½ºÅ©¸³Æ® ³¡...

function XCard_Msg()
{
	alert("Å©¸®½º¸¶½ºÄ«µå ÆÇ¸Å°¡ Á¾·áµÇ¾ú½À´Ï´Ù.\n\nº°µµ ±¸¸Å¸¦ ¿øÇÏ½Ã´Â °í°´´Ô²²¼­´Â\n1644-9792 °í°´¼¾ÅÍ·Î ¿¬¶ôÁÖ½Ê½Ã¿ä");
}

function XCard_Popup()
{
	window.open("/popup/20091228/popup.html","popup","width=320,height=190,scrollbars=no");
}

