logo = new Image ();
logo.src = '/img/logo.gif';

function TargetBlank (url) {
	var win = window.open (url);
	if (win == null) {
		return true;
	}
	else {
		return false;
	}
}

function Detail (article, ID, width, height) {
	var URL = "/photo.php?articleID=" + article + "&ID=" + ID;
	DetailWinAutoSepo = window.open (URL, "DetailWinAutoSepo", "scrollbars=no,resizable=yes,toolbar=no,status=yes,width=" + width + ",height=" + height);
	return false;
}

