function win_open(id, src, x, y)
{
  width = (x>window.screen.width-100) ? window.screen.width-100 : x;
  height = (y>window.screen.height-100) ? window.screen.height-100 : y ;
  big = (width!=x || height!=y) ? 1 : 0 ;
  window.open('/MALL/NB/review.php?id='+id+'&img='+src+'&x='+x+'&y='+y+'&big='+big,'','width='+width+' height='+height);
}


function newWindow(url, w, h, loca, resize, scroll) {
	var winl = (screen.width-w)/2;
	var wint = (screen.height-h)/2;
	var settings  ='height='+h+',';
		settings +='width='+w+',';
		settings +='top='+wint+',';
		settings +='left='+winl+',';
		settings +='location='+loca+',';
		settings +='resizable='+resize+',';
		settings +='scrollbars='+scroll+',';
	newwins = window.open(url,'',settings,'marginwidth=0,marginheight=0');
	newwins.focus();
}


function onHompy()
{
	var left_pos = (document.body.clientWidth-932) / 2;
	var top_pos = (document.body.clientHeight-538) / 2 + 50;
	cyhompy = window.open('http://minihp.cyworld.nate.com/pims/main/pims_main.asp?tid=20700176','person_info','height=538,width=932,left='+left_pos+', top='+top_pos+', scrollbars=no,resizable=yes,status=0');
	cyhompy.focus();
}


function check_scinput() 
{
	if(!sc_form.sc_key.value) {
		alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇÏ½Ê½Ã¿À.");
		sc_form.sc_key.focus();
		return false;
	}
	if(!document.all['sc[n]'].checked && !document.all['sc[t]'].checked && !document.all['sc[c]'].checked) {
		alert("°Ë»ö ¿É¼ÇÀº ÇÏ³ªÀÌ»ó Ã¼Å© ÇÏ¼Å¾ß ÇÕ´Ï´Ù.");
		return false;
	}
	sc_form.submit();
}


 
// ÀÌ¹ÌÁö ¾÷·Îµå ¹Ì¸®º¸±â
var foto1;
function viewPic(img)
{
	if(img=='') {
		return;
	} else {
		foto1= new Image();
		foto1.src=(img);
		contImg(img);
	}
}
function contImg(img)
{
	if((foto1.width!=0)&&(foto1.height!=0)) {
		viewImg(img);
	} else {
		funzione="contImg('"+img+"')";
		intervallo=setTimeout(funzione,20);
	}
}

function viewImg(img)
{
	document.all["div2"].innerHTML = "";
	document.all["div1"].innerHTML="<font size=2 color=red>1/2 size image..<br><img name=img1 width=" + eval(foto1.width/2) + "src=#><br> °¡·Î : " + foto1.width + "px / ¼¼·Î : " + foto1.height + "px";
	document.img1.src = foto1.src;
}

// ¾÷·ÎµåÇÒ¶§ ÀÌ¹ÌÁö Å©±âÃ¼Å©
function checksize() 
{
	if(foto1.width <= 100) { 
		document.all["bbb"].innerHTML = "°¡·Î 100pxÀÌ»óÀÇ ±×¸²¸¸ ¿Ã¸±¼ö ÀÖ½À´Ï´Ù";
	} else if((foto1.width <= 600) && (foto1.width > 100)) {
		return true;
	} else {
		document.all["bbb"].innerHTML = "°¡·Î 600pxÀÌÇÏÀÇ ±×¸²¸¸ ¿Ã¸±¼ö ÀÖ½À´Ï´Ù";
		return false;
	}
}


