// JavaScript Document
function pop_up(x)
{
	if(x==1)
	{
		window.open('1.html','','width=500,height=334');
	}
		if(x==2)
	{
		window.open('2.html','','width=500,height=334');
	}
		if(x==3)
	{
		window.open('3.html','','width=500,height=334');
	}
		if(x==4)
	{
		window.open('4.html','','width=500,height=334');
	}
		if(x==5)
	{
		window.open('5.html','','width=500,height=334');
	}
		if(x==6)
	{
		window.open('6.html','','width=500,height=334');
	}
		if(x==7)
	{
		window.open('7.html','','width=500,height=334');
	}
		if(x==8)
	{
		window.open('8.html','','width=500,height=334');
	}
		if(x==9)
	{
		window.open('9.html','','width=500,height=334');
	}
		if(x==10)
	{
		window.open('10.html','','width=500,height=334');
	}
		if(x==11)
	{
		window.open('11.html','','width=500,height=334');
	}
		if(x==12)
	{
		window.open('12.html','','width=500,height=334');
	}
		if(x==13)
	{
		window.open('13.html','','width=500,height=334');
	}
		if(x==14)
	{
		window.open('14.html','','width=500,height=334');
	}
		if(x==15)
	{
		window.open('15.html','','width=500,height=334');
	}
		if(x==16)
	{
		window.open('16.html','','width=500,height=334');
	}
		if(x==17)
	{
		window.open('17.html','','width=500,height=334');
	}
	
}