function popup() {
	window.open( 	"guide/step1.html", 
					"SLOT", 
					"status = 1, height = 520, width = 700, resizable = 0" )
}

function popup2() {
	window.open( 	"../guide/step1.html", 
					"SLOT", 
					"status = 1, height = 520, width = 700, resizable = 0" )
}