
function viewZoom( pid ) {
  window.open( 'Category-PopupMain?product_id=' + pid + '&page_id=z', 'popup', 'width=500,height=800,status=yes' );
}

function fixSize( width, height ) {
  var nHopeWidth = (typeof width).toLowerCase() == "string" ? parseInt( width ) : width;
  var nHopeHeight = (typeof height).toLowerCase() == "string" ? parseInt( height ) : height;

  window.resizeTo( nHopeWidth, nHopeHeight );

  var nCurWidth = document.body.clientWidth;
  var nCurHeight = document.body.clientHeight;

  window.resizeTo( nCurWidth + (nHopeWidth - nCurWidth) * 2, nCurHeight + (nHopeHeight - nCurHeight) * 2 );

}

function sortCategoryList( url, cid, odr ) {
	location.replace( url + "?category_id=" + cid + "&sort_order=" + odr );
}
function noneRemain() {
	alert("Ç°Àý »óÇ°ÀÔ´Ï´Ù");
}
