<!--//
function CTC_VW(ccode, page) {
	var url = '/cook/cooktheme/cooktheme_view.asp?ccode=' + ccode;
	if (arguments.length == 2) {
		url += '&pg=' + page;
	}
	window.location.href = url;
}
function CCB_VW(ccode, page) {
	var url = '/cook/cookbasic/cookbasic_view.asp?ccode=' + ccode;
	if (arguments.length == 2) {
		url += '&pg=' + page;
	}
	window.location.href = url;
}
function RMS_VW(ccode, page) {
	var url = '/Restaurant/matstory/matstory_view.asp?ccode=' + ccode;
	if (arguments.length == 2) {
		url += '&pg=' + page;
	}
	window.location.href = url;
}
//-->