function setWindow(wWidth, wHeight)
{
sWidth = (screen.width - wWidth)/2
sHeight = (screen.height - wHeight)/2
self.resizeTo(wWidth,wHeight)
self.moveTo(sWidth,sHeight)
}

function form_submit(Action)
{

    document.NewMaker.cf_action.value = Action
    document.NewMaker.submit()
}
function isBlank(strItem)
{
	return(strItem.replace(/\s*/gi,"")=="")
}
