// JavaScript Document
<!--




function openPics(thePage)
{
	var newWindow
	newWindow = window.open(thePage,"","location=no,status=no,scrollbars=no,toolbar=no,menubar=no,directories=no,resizable=no,width=700,height=640");	
	newWindow.focus();

}

// -->