function popIt()	{
var n = window.open('kleankanteen', 'formwin', 'scrollbars=yes,height=550,width=600,status=no,addressbar=no');
return true;
}