//フレームセット用
function GOpage(section,url){

	if (section=='new'){

		if(section=='new'){//
		var Pagetitle='城崎温泉まんきつガイド　−ゆかたの君に逢いたくて−';
		var Leftsrc='left.php';
		var MAINframe='mainFrame';
		var MAINsrc='./'+url;
		}
		document.open();
		document.write("<HTML><HEAD>");
		document.write("<TITLE>"+Pagetitle+"</TITLE>");
		document.write("</HEAD>");
		document.write("<FRAMESET COLS='230,*' FRAMEBORDER='0' BORDER='0' FRAMESPACING='0'>"); 
		document.write("<FRAME SRC='"+Leftsrc+"' NAME='leftFrame'");
		document.write(" SCROLLING='auto'>");
		document.write("<FRAMESET ROWS='30,*' FRAMEBORDER='0' BORDER='0' FRAMESPACING='0'>");
		document.write("<FRAME SRC='head.php' NAME='topFrame'");
		document.write("MARGINWIDTH='0' MARGINHEIGHT='0'  SCROLLING='NO' NORESIZE>");
		document.write("<FRAME SRC='"+MAINsrc+"' NAME='"+MAINframe+"'");
		document.write("SCROLLING='AUTO'>");
		document.write("</FRAMESET></FRAMESET>");
		document.write("</HTML>");
		document.close();
	}
}