// JavaScript Document


function chart_popUp()
{
	window.open("chart.html","chart","resizable=1,width=601,height=435");
}


function circle_popUp()
{
	window.open("circle.html","circle","resizable=1,width=600,height=355");
}


function graph_popUp()
{
	window.open("graph.html","graph","resizable=1,width=601,height=557");
}


function video1_popUp()
{
	window.open("video1.html","video1","resizable=1,width=600,height=338");
}


function video2_popUp()
{
	window.open("video2.html","video2","resizable=1,width=600,height=338");
}

function video3_popUp()
{
	window.open("video3.html","video3","resizable=1,width=600,height=338");
}



