// JavaScript Document


		function openPopupWindow2(type){
	
		self.name = "Parent_Window";

	// get window reference	
	  winRef = window.open('http://www.instantspeakspanish.com/flashTutorials/' + type + '.htm', type,
"height=480,width=640,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");

	winRef.focus();
	}