// JavaScript Document
var folio;
function window_open(folio) {
	window.open (folio,
"mywindow","menubar=1,resizable=1,width=550,height=550"); 
}