// JavaScript Document

function popup(lap){
	 win = window.open (lap,"win","location=0,status=1,scrollbars=0,width=100,height=150");
}
