function pop_01()
{
	var w=screen.width-10;
	var h=screen.height-80;
	var win=window.open("images/article001.html","","width="+w+",height="+h+",left=0,top=0,resizable=yes,scrollbars=yes,menubar=false");
}
function pop_02()
{
	var w=screen.width-10;
	var h=screen.height-80;
	var win=window.open("images/article002.html","","width="+w+",height="+h+",left=0,top=0,resizable=yes,scrollbars=yes,menubar=false");
}
function pop_03()
{
	var w=screen.width-10;
	var h=screen.height-80;
	var win=window.open("images/article003.html","","width="+w+",height="+h+",left=0,top=0,resizable=yes,scrollbars=yes,menubar=false");
}
function pop_04()
{
	var w=screen.width-10;
	var h=screen.height-80;
	var win=window.open("images/article004.html","","width="+w+",height="+h+",left=0,top=0,resizable=yes,scrollbars=yes,menubar=false");
}

