function openProfile3(name) {
	filename = "ladies/profile.php?"+name;
	window.open(filename, "_blank", "width=640,height=410,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,status=0");
}

function openProfile(name) {
	filename = "ladies/profile2.php?"+name;
	window.open(filename, "_blank", "width=640,height=410,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,status=0");
}

function openSougei() {
	window.open("sougei.html", "_blank", "width=840,height=400,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,status=0");
}

function openNews(name) {
	filename = "images/news/"+name;
	window.open(filename, "_blank", "width=320,height=420,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,status=0");
}

function openNews2(name) {
	filename = "images/news2/"+name;
	window.open(filename, "_blank", "width=320,height=420,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,status=0");
}

function openMap() {
	window.open("images/system/map.html", "_blank", "width=450,height=540,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,status=0");
}

function closeWindow() {
	window.close();
}

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		roll_06_over = newImage("images/information/mailmagazine-over.png");
		roll_08_over = newImage("images/information/sougei-over.png");
		preloadFlag = true;
	}
}

function changeImage(lady, name, num) {
	document.images[name].src = lady+"/"+num+".jpg";
}
