function openSubImage(url, width, height){
	window.open('/common/subwinimage.cgi?' + url, '_blank', 'width=' + width + ',height=' + height + ',toolbar=no,location=no,menubar=no,resizable=yes,status=no');
	return false;
}

function openGoogleMap(id, width, height){
	window.open('/common/viewmap.cgi?id=' + id, '_blank', 'width=' + width + ',height=' + height + ',toolbar=no,location=no,menubar=no,resizable=yes,status=no');
	return false;
}
