//ÆäÀÌÁö ÅÇ¸Þ´º ½ºÅ©¸³Æ®

function cnjRol(id,after) { 
eval(id+'.filters.blendTrans.stop();'); 
eval(id+'.filters.blendTrans.Apply();'); 
eval(id+'.src="'+after+'";'); 
eval(id+'.filters.blendTrans.Play();'); 
}

/* ÇÔ¼ö ¼³¸í : ÇÁ¸°Æ® Ã¢ È£ÃâÇÏ´Â ÇÔ¼ö */
function PrintOpen(){

	var url = "about:blank";
	var w = 720; h = 590;
	var ww = (screen.availWidth - 10) / 2 - (w/2);
	var hh = (screen.availHeight - 15) / 2 - (h/2);
	var objWin = window.open(url,"Win_Print","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width="+w+",height="+h+",top=" + hh + ",left=" + ww);	
	
	document.PrintFrm.target = 'Win_Print';
	document.PrintFrm.action = '/common/print.asp';
	document.PrintFrm.submit();

	objWin.focus();
}

/* ÇÔ¼ö ¼³¸í : ÀÌ¸ÞÀÏº¸³»±â Ã¢ È£ÃâÇÏ´Â ÇÔ¼ö */
function EmailOpen() {

    var url = "about:blank";
    var w = 680; h = 590;
    var ww = (screen.availWidth - 10) / 2 - (w / 2);
    var hh = (screen.availHeight - 15) / 2 - (h / 2);
    var objWin = window.open(url, "Win_Email", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w + ",height=" + h + ",top=" + hh + ",left=" + ww);

    document.PrintFrm.target = 'Win_Email';
    document.PrintFrm.action = '/common/email.asp';
    document.PrintFrm.submit();

    objWin.focus();
}

/* ÇÔ¼ö ¼³¸í : ºí·Î±×¿¡ ´ã±â Ã¢ È£ÃâÇÏ´Â ÇÔ¼ö */
function BlogOpen() {

    var url = "about:blank";
    var w = 390; h = 310;
    var ww = (screen.availWidth - 10) / 2 - (w / 2);
    var hh = (screen.availHeight - 15) / 2 - (h / 2);
    var objWin = window.open(url, "Win_Blog", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w + ",height=" + h + ",top=" + hh + ",left=" + ww);

    document.PrintFrm.target = 'Win_Blog';
    document.PrintFrm.action = '/common/scrap.asp';
    document.PrintFrm.submit();

    objWin.focus();
}

/* ÇÔ¼ö ¼³¸í : ºí·Î±×¿¡ ´ã±â Ã¢ È£ÃâÇÏ´Â ÇÔ¼ö */
// Å×½ºÆ® ÇÔ¼ö.
function BlogOpen_f() {

    var url = "about:blank";
    var w = 590; h = 510;
    var ww = (screen.availWidth - 10) / 2 - (w / 2);
    var hh = (screen.availHeight - 15) / 2 - (h / 2);
    var objWin = window.open(url, "Win_Blog", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w + ",height=" + h + ",top=" + hh + ",left=" + ww);

    document.PrintFrm.target = 'Win_Blog';
    document.PrintFrm.action = '/common/scrap_firstdrive.asp';
    document.PrintFrm.submit();

    objWin.focus();
}

/* ÇÔ¼ö ¼³¸í : Windows open() ÇÔ¼ö */
function WinOpen(url, w, h, scroll) {
    
    var ww = (screen.availWidth - 10) / 2 - (w / 2);
    var hh = (screen.availHeight - 15) / 2 - (h / 2);
    var objWin = window.open(url, "Win_Open", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars="+ scroll +",resizable=no,copyhistory=no,width=" + w + ",height=" + h + ",top=" + hh + ",left=" + ww);
    
    objWin.focus();
}

/* ÇÔ¼ö ¼³¸í : Ã¢À» ¸®»çÀÌÁî ÇÏ´Â ÇÔ¼ö */
function WinResize() 
{ 
	var Dwidth = parseInt(document.body.scrollWidth); 
	var Dheight = parseInt(document.body.scrollHeight); 
	var divEl = document.createElement("div"); 
	divEl.style.position = "absolute"; 
	divEl.style.left = "0px"; 
	divEl.style.top = "0px"; 
	divEl.style.width = "100%"; 
	divEl.style.height = "100%"; 

	document.body.appendChild(divEl); 

	window.resizeBy(Dwidth-divEl.offsetWidth, Dheight-divEl.offsetHeight); 
	document.body.removeChild(divEl);
}

/* ÇÔ¼ö ¼³¸í : ÀüÃ¼Ã¢À¸·Î ¸®»çÀÌÁîÇÏ´Â ÇÔ¼ö */
function WinFullSize() {
    if (document.layers) {
        var w = screen.availWidth - 10;
        var h = screen.availHeight - 20;
    } else {
        var w = screen.availWidth;
        var h = screen.availHeight;
    }
    self.moveTo(0, 0);
    self.resizeTo(w, h);
}

/* ÇÔ¼ö ¼³¸í :  jsÈ­ÀÏ¿¡¼­ get ÆÄ¶ó¹ÌÅÍ °ªÀ» ¹Þ¾Æ¿À´Â ÇÔ¼ö */
window.getParameter=function(param) {
    if (param)
    var r=location.search.match(new RegExp("[&?]"+param+"=(.*?)(&|$)"));
    return r&&r[1]?r[1]:null;
}

/* ÇÔ¼ö ¼³¸í :  ÄíÅ° °ª ¼ÂÆÃÇÏ°í °¡Á®¿À´Â ÇÔ¼ö */
function getCookieVal (offset) { 
	var endstr = document.cookie.indexOf (";", offset); 
	if (endstr == -1) endstr = document.cookie.length; 
	return unescape(document.cookie.substring(offset, endstr)); 
} 

function GetCookie (name) { 
	var arg = name + "="; 
	var alen = arg.length; 
	var clen = document.cookie.length; 
	var i = 0; 

	while (i < clen) { //while open 
	var j = i + alen; 
	if (document.cookie.substring(i, j) == arg) return getCookieVal (j); 
	i = document.cookie.indexOf(" ", i) + 1; 
	if (i == 0) break; 
	} //while close 

	return null; 
} 

function SetCookie (name, value) { 
	var argv = SetCookie.arguments; 
	var argc = SetCookie.arguments.length; 
	var expires = (2 < argc) ? argv[2] : null; 
	var path = (3 < argc) ? argv[3] : null; 
	var domain = (4 < argc) ? argv[4] : null; 
	var secure = (5 < argc) ? argv[5] : false; 
	document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); 
}

// ÄíÅ° »èÁ¦
function deleteCookie(name, path, domain) {
  if (getCookie(name)) {
   document.cookie = name + "=" +
   ((path) ? "; path=" + path : "") +
   ((domain) ? "; domain=" + domain : "") +
   "; expires=Thu, 01-Jan-70 00:00:01 GMT";
  }
}



//================================= ÇÁ¸°Æ® °ü·Ã ÇÔ¼ö ===========================

var printReadyFlag = false;
function printReady(flag) {
    printReadyFlag = flag;
}

function Installed() {
    if (typeof (document.all("IEPageSetupX")) != "undefined" && document.all("IEPageSetupX") != null)
        return true;
    else
        return false;
}

function window.onunload() {
    //ÄÄÆ÷³ÍÆ®¸¦ ¼³Ä¡Çß´Ù¸é Ã¢À» ´ÝÀ»¶§ ¼³Á¤°ªÀ» ·Ñ¹é½ÃÅ´
    if (Installed()){        
		//IEPageSetupX.RollBack();
		IEPageSetupX.SetDefault();
	}
}

//°¡·Î, ¼¼·Î ¼ÂÆÃ
var varOrient = 1;	//±âº» ¼ÂÆÃ - ¼¼·Î
function PrintSetOrient(flag){
	varOrient = flag;
}

function PrintSetting() {
    IEPageSetupX.Orientation = varOrient; //ÀÎ¼â ¹æÇâ ¼³Á¤ - °¡·Î0, ¼¼·Î1
    IEPageSetupX.header = 'ÅÃ½º³Ý ÇÁ¸°ÆÃ¼¾ÅÍ (http://www.taxnet.co.kr/) &bPage &p / &P'; //¸Ó¸®±Û
    IEPageSetupX.footer = ''; //¹Ù´Ú±Û
    IEPageSetupX.leftMargin = 10; //¿ÞÂÊ¿©¹é
    IEPageSetupX.rightMargin = 10; //¿À¸¥ÂÊ¿©¹é
    IEPageSetupX.topMargin = 15; //À§ÂÊ¿©¹é
    IEPageSetupX.bottomMargin = 10; //¾Æ·¡ÂÊ¿©¹é
    //IEPageSetupX.PrintBackground = true;   //¹è°æ»ö ¹× ÀÌ¹ÌÁö ÀÎ¼â ¿©ºÎ ¼³Á¤
    IEPageSetupX.PaperSize = "A4"; //ÀÎ¼â ¿ëÁö ¼³Á¤
}

function PrintPage(ifrmName) {
   
    if (printReadyFlag == false) {
        alert("ÇÁ¸°Æ® ÀÛ¾÷À» ÁØºñÁßÀÔ´Ï´Ù. \n\nÀá½Ã ÈÄ ´Ù½Ã ½ÃµµÇØ ÁÖ½Ê½Ã¿À."); return;
    }
    else {
        if (Installed()) {
			if ((ifrmName != "") && (window.frames[ifrmName])) { window.frames[ifrmName].focus(); }  //Æ÷Ä¿½º¸¦ ÇÁ·¹ÀÓÀ¸·Î
            PrintSetting();
            IEPageSetupX.Print(true); //ÀÎ¼â(ÀÎ¼â ´ëÈ­»óÀÚ Ç¥½Ã)
        }
        else {
            var con = confirm("ÄÁÆ®·ÑÀÌ Á¤»óÀûÀ¸·Î ¼³Ä¡µÇÁö ¾Ê¾Ò½À´Ï´Ù. \n\nÀÚµ¿¼³Ä¡ ÇÁ·Î±×·¥À» ´Ù¿î ¹ÞÀ¸½Ã±â ¹Ù¶ø´Ï´Ù.");
            if (con) {
                document.downFrame.location.href = "/common/dll/IEPageSetupX.exe";
            }
        }
    }
}

//iframe¿¡¼­ ÇÁ¸°Æ®ÇÏ±â
function ifrmPrint(ifrmName) {
    
	//##### ÇÁ¸°Æ® ÇÒ ³»¿ë °¡Á®¿À´Â ºÎºÐ #####
	var getId = document.getElementById("PRINT_CONT")
	if (getId) {
		printConValue = document.getElementById("PRINT_CONT").innerHTML;

		//cont_body ÇÊ¿ä¾øÀ¸´Ï »èÁ¦.
		printConValue = printConValue.replace("<CONT_BODY>", "")
		printConValue = printConValue.replace("</CONT_BODY>", "")

		//°³Çà¹®ÀÚ¸¦ @@@@·Î ÀÓ½Ã º¯°æÇÑ´Ù.
		var RegExpVbCrLf = /\r\n/g;
		printConValue = printConValue.replace(RegExpVbCrLf, "@@@@")

		//ºÒÇÊ¿äÇÑ ÁÖ¼®À» Á¦°ÅÇÑ´Ù.
		var RegExpJS = /<!--[^>](.*?)-->/gi;
		printConValue = printConValue.replace(RegExpJS, "");       
		
		//styleÁ¦°Å
		var RegExpStyle =/<style(.*?)<(\/?)style>/gi;
		printConValue = printConValue.replace(RegExpStyle, "");

		//iframeÁ¦°Å
		var RegExpIframe =/<iframe(.*?)<(\/?)iframe>/gi;
		printConValue = printConValue.replace(RegExpIframe, "");

		//MetaÅÂ±×Á¦°Å
		var RegExpMeta = /<META[^>](.*?)>/gi;
		printConValue = printConValue.replace(RegExpMeta, "");    

		//¸µÅ© Á¦°Å
		//<a [^>]+>|(</a>)
		var RegExpLink1 = /<a [^>]*>/gi;
		printConValue = printConValue.replace(RegExpLink1, "");

		var RegExpLink2 = /<\/a>/gi;
		printConValue = printConValue.replace(RegExpLink2, "");

		//SQL Injection ¹®ÀÚ¿­(--)Á¦°Å
		printConValue = printConValue.replace("--", "");
		
		//javascript: ¹®ÀÚ¿­ Á¦°Å
		printConValue = printConValue.replace("javascript:", "");

		//@@@@¸¦ ´Ù½Ã °³Çà¹®ÀÚ·Î ¹Ù²Û´Ù.
		var RegExpVbCrLf2 = /@@@@/g;
		printConValue = printConValue.replace(RegExpVbCrLf2, "\r\n");


		document.PrintFrm.printContent.value = printConValue;
	}

	document.PrintFrm.ifrmName.value = ifrmName; //Print Target iframe¸í
    document.PrintFrm.target = ifrmName;
    document.PrintFrm.action = "/common/Print_ifrm.asp?svrMode=IFRM_PRINT";
    document.PrintFrm.submit();
}


//================================= ÇÁ¸°Æ® °ü·Ã ÇÔ¼ö ===========================



/* ÇÔ¼ö ¼³¸í : ¿¬µµº° ¼¼¹ý¿¡¼­ ÇØ´ç ¹ý Å¬¸¯½Ã ÆäÀÌÁö ÀÌµ¿ÇÏ´Â ÇÔ¼ö */
function goJosebub(bubname, fname) {
    self.location.href = "yearSebubList.asp?menu_flag=" + getParameter("menu_flag") + "&tm_pos=" + getParameter("tm_pos") + "&bname=" + bubname + "&fname=" + fname;
}

/* ÇÔ¼ö ¼³¸í : ÇöÇàÁ¶¼¼¹ý·É > ÀÏ¹Ýº¸±â¿¡¼­ ÇØ´ç ¹ý Å¬¸¯½Ã ÆäÀÌÁö ÀÌµ¿ÇÏ´Â ÇÔ¼ö */
function goGenJosebub(bubname, dmid, fname4) {
    if (dmid != 10) self.location.href = "sebub.asp?menu_flag=" + getParameter("menu_flag") + "&tm_pos=" + getParameter("tm_pos") + "&dmid=" + dmid + "&bub=" + bubname + "&fname4=" + fname4; /// ÁÖ¿ä¼¼¹ý
        else self.location.href = "sebub.asp?menu_flag=" + getParameter("menu_flag") + "&tm_pos=" + getParameter("tm_pos") + "&dmid=" + dmid + "&bub=" + bubname + "&fname4=" + fname4; /// ±âÅ¸¼¼¹ý
}

/* ÇÔ¼ö ¼³¸í : ±¹Á¦Á¶¼¼ > ÇØ¿ÜÁøÃâ±â¾÷ ¼¼¹«¾È³» - ¿Ü±¹ÀÇ ¼¼Á¦¿¡¼­ ÇØ´ç ¹ý Å¬¸¯½Ã ÆäÀÌÁö ÀÌµ¿ÇÏ´Â ÇÔ¼ö */
function goJoListbub(fname) {
	location.href = "/common/semok/joListBub.asp?menu_flag=" + getParameter("menu_flag") + "&tm_pos=" + getParameter("tm_pos") + "&fname=" + fname; /// ÁÖ¿ä¼¼¹ý
}

/* ÇÔ¼ö ¼³¸í : ±¹Á¦Á¶¼¼ > ÇØ¿ÜÁøÃâ±â¾÷ ¼¼¹«¾È³» - ¿Ü±¹ÀÇ ¼¼Á¦¿¡¼­ ÇØ´ç ¹ý Å¬¸¯½Ã ÆäÀÌÁö ÀÌµ¿ÇÏ´Â ÇÔ¼ö */
function goTaxSys(nation) {
	location.href = "/tax/josebub/kukjeJose/oComTax/oTaxSystem_sub.asp?menu_flag=" + getParameter("menu_flag") + "&tm_pos=" + getParameter("tm_pos") + "&nation="+ nation +"&choice=1";
}

/* ÇÔ¼ö ¼³¸í : ±¹Á¦Á¶¼¼ > ÇØ¿ÜÁøÃâ±â¾÷ ¼¼¹«¾È³» - ¿Ü±¹ÀÇ ¼¼Á¦¿¡¼­ ÇØ´ç ¹ý Å¬¸¯½Ã ÆäÀÌÁö ÀÌµ¿ÇÏ´Â ÇÔ¼ö */
function fileDown(path,fName,iName) {
	
	var pInfo = "/common/fileDown.asp?filePath="+ path +"&fileName="+ fName;	
	
	if(iName == ""){
		location.href = pInfo	
	}
	else{
		iName.location.href = pInfo
	}	
}


// ÇÃ·¡½Ã ¾×Æ¼ºê ÄÁÆ®·Ñ
function flash(AMovie, AWMode, AWidth, AHeight) {
 
 if (AWMode == ""){
	AWMode = "transparent";
 }
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + AWidth + '" height="' + AHeight + '">');
 document.write('<param name="movie" value="' + AMovie + '">');
 document.write('<param name="wmode" value="' + AWMode + '">');
 document.write('<embed src="' + AMovie + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + AWidth + '" height="' + AHeight + '" wmode="' + AWMode + '"></embed>');
 document.write('</object>');
}

// È¸¿ø°¡ÀÔ ÆË¾÷ ½ºÅ©¸³Æ®

function openNewWindow(window) {
open (window,"NewWindow","left=100, top=100, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=618, height=415");
}


// È÷µçÅ×ÀÌºí È®Àå ÇÔ¼ö

var old='';
function menu(name)
{
submenu=eval("submenu_"+name+".style");
		if(old!=submenu)
	{
		if(old!='')
		{
			old.display='none';
		}
		submenu.display='block';
		old=submenu;
	}
	else
	{
		submenu.display='none';
		old='';
	}
}

function View3DanComp(fname, lname)
{
	var width = screen.availWidth-10;
	var height= screen.availHeight-30
	
var strFeatures = "resizable=no,scrollbars=yes,toolbar=no,menubar=no,location=no,width="+width+",height="+height+",left=0,top=0"

window.open('/tax/josebub/josebubgyu/comp3/Frame_Dan.asp?fname='+fname+'&lname='+lname, 'MyNew3Dan', strFeatures)

//Set oWin = open("/tax/josebub/comp3/frame_dan2.asp?fname="&fname&"&lname="&lname, "MyNew3Dan", strFeatures)
//oWin.focus()

}

function View3DanComp2(id)
{
	var width = screen.availWidth-10;
	var height= screen.availHeight-30
	
var strFeatures = "resizable=no,scrollbars=yes,toolbar=no,menubar=no,location=no,width="+width+",height="+height+",left=0,top=0"

window.open('/tax/josebub/josebubgyu/comp3/frame_dan.asp?id='+id, 'MyNew3Dan', strFeatures)
}

function View3DanComp3(fname)
{
	var width = screen.availWidth-10;
	var height= screen.availHeight-30
	
var strFeatures = "resizable=no,scrollbars=yes,toolbar=no,menubar=no,location=no,width="+width+",height="+height+",left=0,top=0"

window.open('/tax/josebub/josebubgyu/comp3/frame_dan2.asp?fname='+fname, 'MyNew3Dan', strFeatures)
}



//================================= ·Î±×ÀÎ Ã¼Å© ÇÔ¼ö ===========================

function login_frm_chk(){
	var frm = document.frmLogin;

	if (frm.userid.value == "") {
		alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿ä");
		frm.userid.focus();
		return false;         
    }
	if (frm.pwd.value == "") {
		alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿ä");
		frm.pwd.focus();
		return false;         
    }

	frm.submit();
	return true;
}

//=======================================================================


//============================= Æ®¶óÀÌ¾ó È¸¿ø Ã¼Å© ÇÔ¼ö ===========================

function popupTrial(){
    if (GetCookie("trial") != "done") {  
		trial_div.style.top = 10;
		trial_div.style.left = 210;
		trial_div.style.display = "";
	} 
}

function closept(kind)
{
	var todayDate = new Date(); 
	todayDate.setDate( todayDate.getDate() + 1 );
	SetCookie(kind, "done", todayDate);

	trial_div.style.display = "none";
}

function closept2(kind)
{
	var todayDate = new Date(); 
	todayDate.setDate( todayDate.getDate() + 1 );
	SetCookie(kind, "done", todayDate);

	trial_div.style.display = "none";
	location.href="/member/signup_change.asp?menu_flag=21-1&tm_pos=2-3"	//À¯·áÈ¸¿ø ÀüÈ¯ ÆäÀÌÁö·Î ÀÌµ¿
}

function closept3(kind)
{
	var todayDate = new Date(); 
	todayDate.setDate( todayDate.getDate() + 1 );
	SetCookie(kind, "done", todayDate);

	trial_div.style.display = "none";
	location.href="/member/mem_reg_modify.asp?menu_flag=21-1&tm_pos=2-1"	//È¸¿øÁ¤º¸ º¯°æ ÆäÀÌÁö·Î ÀÌµ¿, Trial ID ½ÅÃ»(»ç¾÷ÀÚ¸¸ Æ®¶óÀÌ¾óÈ¸¿ø ½ÅÃ» °¡´É)
}

function closept4(kind)
{
	var todayDate = new Date();
	todayDate.setDate(todayDate.getDate() + 1);
	SetCookie(kind, "done", todayDate);
	
	trial_div.style.display = "none";
	document.trialfrm.target = 'trial'
	document.trialfrm.action = '/common/include/inc_mChkTrial_db.asp'
	document.trialfrm.submit();
}
//=======================================================================


//=====================¼­ºê ¿ìÃø µµ¼­/ÀÌºÏ/±³À° ½ºÅ©¸³Æ® =========================
//totNum(ÃÑ °³¼ö), mNum(¸Þ´º¼ø¹ø)
function goSubShop(totNum, mNum) {
	for (var i = 1; i <= totNum; i++) {
		obj = document.getElementById('subShop' + i);
		img = document.getElementById('subShop_btn' + i);
		if (mNum == i) {
			obj.style.display = "block";
			img.src = "/images/common_rig_shop_0" + i + "_o.gif";
		} else {
			obj.style.display = "none";
			img.src = "/images/common_rig_shop_0" + i + ".gif";
		}
	}
}
//===================================================================

// ÅëÇÕ°Ë»ö¿¡ ÆÇ·ÊÁ¤º¸ ¸Þ´º °ü·Ã ½ºÅ©¸³Æ®.
function menu_gue(name)
{
	submenu=eval("submenu_"+name+".style");
	submenu.display='block';
}

function menu_gue_out(n)
{
	var t = "out_delay("+n+")";
	out = setTimeout(t, 3000);	
}

function out_delay(mn)
{
	
	document.getElementById('submenu_'+mn).style.display = "none";
}

function divControl(l, v)
{
	if(v == '0'){
		clearTimeout(out);	
	}else if(v == '1'){
		var t = "out_delay("+l+")";
		out = setTimeout(t, 1000);
	}
}


//========================= ¼­¹ö ÀÎÁõ¼­ ¾Á ½ºÅ©¸³Æ® ==========================
function vrsn_splash() {	
	u1 = "https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.TAXNET.CO.KR&lang=ko";	
	tbar = "location=yes,status=yes,resizable=yes,scrollbars=yes,width=560,height=500";
	sw = window.open(u1,'VRSN_Splash',tbar);
	sw.focus();
}
//===================================================================


