/** Upside website navigation system - html link **/

function openFull(theURL,winName) { //v2.0
	var winW = window.screen.availWidth;
	var winH = window.screen.availHeight;
	var l = (screen.availWidth - winW)/2;
	var t = (screen.availHeight - winH)/2-35;
	if(t < 0)
	{
		t=0;
	}
	var winSet = 'width=' + winW + ',height=' + winH + ',left=' + l + ',top=' + t + ',scrollbars=no';
  window.open(theURL,winName,winSet);
}


function pre(){
	alert("ÁØºñÁßÀÔ´Ï´Ù.");
}

	function webzine1(){ // networks_webcafe
		openFull('http://www.upside.co.kr/networks/2007_05/main.html', 'networks_webcafe');
	}
	
	function webzine2(){ // networks_webcafe
		openFull('http://www.upside.co.kr/networks/2007_07/main.html', 'networks_webcafe');
	}
	
	function webzine3(){ // networks_webcafe
		openFull('http://www.upside.co.kr/networks/2007_09/main.html', 'networks_webcafe');
	}

	

	function sn01(){ // Pulmuone Salt Story
		window.open('sns01.asp','SaltStory','width=235,height=435,left=0,top=0,scrollbars=no');
	}
	
	function sn02(){ // Pulmuone Dressing Sauce
		window.open('sns02.asp','DressingSauce','width=235,height=435,left=0,top=0,scrollbars=no');
	}
	
	function sn03(){ // Pulmuone Snow&
		window.open('sns03.asp','Snown','width=235,height=435,left=0,top=0,scrollbars=no');
	}
	
	function sn04(){ // KDB life Mobile Event
		window.open('sns04.asp','KDB','width=235,height=435,left=0,top=0,scrollbars=no');
	}

	function sn05(){ // AMOREPACIFIC HAPPYBATH
		window.open('sns05.asp','HAPPYBATH','width=235,height=435,left=0,top=0,scrollbars=no');
	}

	function yo_game(){ // ºñÆ®¸¶½ºÅÍ
		window.open('beatmaster.asp','ºñÆ®¸¶½ºÅÍ','width=862,height=574,left=0,top=0,scrollbars=no');
	}


	function pr_map(){ // ¾àµµÃâ·Â
		window.open('print_map.asp','¾àµµÃâ·Â','width=1000,height=580,left=0,top=0,scrollbars=no');
	}


	function pr_in(){ // ÇÁ·ÎÁ§Æ®¹®ÀÇ
		window.open('project_inquires.asp','ÇÁ·ÎÁ§Æ®¹®ÀÇ','width=420,height=350,left=0,top=0,scrollbars=no');
	}

