function openSmileWindow (url) {
	window.open (url, "smile_window", "width=800, height=500");
}
function openTVCMWindow (url) {
	window.open (url, "tvcm_window", "width=800, height=600");
}
