var ww;
function popWin(theURL) { 
	ww = window.open(theURL,'sWin','scrollbars=yes,resizable=yes,width=320,height=430');
	ww.focus();
}

var ww2;
function popProf2(theURL) { 
	ww = window.open(theURL,'sHitokoto','scrollbars=yes,resizable=no,width=725,height=320,left=100,top=100');
	ww.focus();
}

var ww3;
function popProf(theURL) { 
	ww = window.open(theURL,'sHitokoto','scrollbars=yes,resizable=no,width=725,height=450,left=50,top=50');
	ww.focus();
}