/**
 * @catalogVew.js
 * main_ecatalog.jsp를 호출한다.
 *
 * @param
 * customerID : agency ID
 * contentsSeq : catalog sequence no
 * contentsType : catalog type
 * comSeq : 외부 배너를 통한 링크시 외부 사이트(회사)에 대한 통계정보를 남기기 위해 사용함.
 */

function OpenPaper(customerID, contentsSeq, contentsType, comSeq) {
	if(comSeq == null) {
		comSeq = "";
	}
	var BrowName = navigator.appName;
	var BrowVer =  navigator.appVersion;
	if(BrowName=="Microsoft Internet Explorer") {
		var centerW = (window.screen.width - 1024) / 2;
		var centerT = (window.screen.height - 768) / 2;
		if(BrowVer.substring(BrowVer.indexOf("MSIE ")+5,BrowVer.indexOf("MSIE ")+6) >= 5) {
			if(screen.width >= 1024) {
				window.open("http://222.122.142.203:8080/catalog/main_ecatalog.jsp?customerID="+customerID+"&contentsSeq="+contentsSeq+"&contentsType="+contentsType+"&comSeq="+comSeq,"","channelmode=no, directories=no, status=no, titlebar=no, toolbar=no, resizable=no, scrollbars=no, menubar=no, top=0, left=0 width="+(window.screen.width - 15) + ", height="+(window.screen.height-60));
				//window.open("/catalog/main_ecatalog.jsp?customerID="+customerID+"&contentsSeq="+contentsSeq+"&contentsType="+contentsType+"&comSeq="+comSeq,"","channelmode=no, directories=no, status=no, titlebar=no, toolbar=no, resizable=no, scrollbars=no, menubar=no, top=" + centerT + ", left=" + centerW + " width=1024, height=768");
			} else{
				alert("1024×768 이상의 화면해상도 에서만 E-Catalog는 동작합니다.\n\nE-Catalog를 사용하시려면 화면 해상도를 재설정 후에 사용하시기 바랍니다.");
			}
		} else {
			alert("E-Catalog는 인터넷 익스플로러 5.0이상에서만 동작합니다.\n\nwE-Catalog를 사용하시려면 인터넷 익스플로러5.0이상 버전으로 업그레이드 한후 사용해 주시기 바랍니다.");
		}
	} else {
		alert("E-Catalog는 인터넷 익스플로러에서만 동작합니다.\n\nE-Catalog를 사용하시려면 인터넷 익스플로러로 접속해 주시기 바랍니다.");
	}
}

function OpenPaper_metlife() {

	var contentsSeq = "0000";

	var BrowName = navigator.appName;
	var BrowVer =  navigator.appVersion;
	if(BrowName=="Microsoft Internet Explorer") {
		var centerW = (window.screen.width - 1024) / 2;
		var centerT = (window.screen.height - 768) / 2;
		if(BrowVer.substring(BrowVer.indexOf("MSIE ")+5,BrowVer.indexOf("MSIE ")+6) >= 5) {
			if(screen.width >= 1024) {
				window.open("http://222.122.142.203:8080/catalog/main_ecatalog.jsp?customerID=metlife&contentsSeq="+contentsSeq+"&contentsType=ecatalog&comSeq=","","channelmode=no, directories=no, status=no, titlebar=no, toolbar=no, resizable=no, scrollbars=no, menubar=no, top=0, left=0 width="+(window.screen.width - 15) + ", height="+(window.screen.height-60));
			} else{
				alert("1024×768 이상의 화면해상도 에서만 E-Catalog는 동작합니다.\n\nE-Catalog를 사용하시려면 화면 해상도를 재설정 후에 사용하시기 바랍니다.");
			}
		} else {
			alert("E-Catalog는 인터넷 익스플로러 5.0이상에서만 동작합니다.\n\nwE-Catalog를 사용하시려면 인터넷 익스플로러5.0이상 버전으로 업그레이드 한후 사용해 주시기 바랍니다.");
		}
	} else {
		alert("E-Catalog는 인터넷 익스플로러에서만 동작합니다.\n\nE-Catalog를 사용하시려면 인터넷 익스플로러로 접속해 주시기 바랍니다.");
	}
}

    function catalogMCVA() {
            var BrowName = navigator.appName;
            var BrowVer =  navigator.appVersion;
        
            if(BrowName=="Microsoft Internet Explorer")
            {
            	if(BrowVer.substring(BrowVer.indexOf("MSIE ")+5,BrowVer.indexOf("MSIE ")+6) >= 5)
            	{
            		if(screen.width >= 1024)
            		{
            		 	window.open("/M_news/catalog_MCVA/ecatalog.html","catalog_MCVUL","channelmode=no, directories=no, status=no, titlebar=no, toolbar=no, resizable=no, scrollbars=no, menubar=no, top=0, left=0, width=1024, height=768");
            		}
            		else
            		{
            			alert("1024×768 이상의 화면해상도 에서만 E-Catalog는 동작합니다.\n\nE-Catalog를 사용하시려면 화면 해상도를 재설정 후에 사용하시기 바랍니다.");
            		}
            	}
            	else
            	{
            		alert("E-Catalog는 인터넷 익스플로러 5.0이상에서만 동작합니다.\n\nwE-Catalog를 사용하시려면 인터넷 익스플로러5.0이상 버전으로 업그레이드 한후 사용해 주시기 바랍니다.");
            	}
            }
            else
            {
            	alert("E-Catalog는 인터넷 익스플로러에서만 동작합니다.\n\nE-Catalog를 사용하시려면 인터넷 익스플로러로 접속해 주시기 바랍니다.");
            }
        }