// JavaScript Document}
<!-- begin
function handsvideopopup(theURL, theWidth, theHeight) {
	var win =  window.open(theURL, "handsvideopopup","scrollbars=yes,width=" + theWidth + ",height=" + theHeight + ",top=50,left=332,resizable=yes");
   	win.focus();
}
// end -->
