function newWin(addy,wd,ht,lloc,tloc)
{
	dec_str = 'toolbar=0,scrollbars=0,width=' + wd + ',height=' + ht + ',left=' + lloc + ',top=' + tloc + ',resizable=1'

	window.open(addy, '', dec_str);
}