<!-- //
function pop(url,windowname,horz,vert,scroll,status) {
	window.open(url, windowname,'toolbar=0,location=0,directories=0,status=' + status + ',menubar=0,scrollbars=' + scroll + ',resizable=0,width=' + horz + ',height=' + vert );
}
// -->
