// JavaScript Document

function ppup(){
	window.open("pop/index.html","","scrollbars=yes,resizable=yes,width=600,height=500");

}
