// JavaScript Document

// Pop up function

function pop(dest) {

	window.open(dest,"win_hole","height=300,width=500,top=0,left=0","status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resize=no");

}
//	End	-->
