function helpme(Topic){
	window.open	('store_help.asp#help'+Topic, 'newwindow', config='height=500, width=600, left=50, top=50, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
}

function openEdit(TARGETPG, var1, var2, var3, msg, h, w, l, t, opt){
	if (opt==1)
		window.open	(TARGETPG+'?var1='+var1+'&var2='+var2+'&var3='+var3+'&msg='+msg, 'NewWindow', config='height='+h+', width='+w+', left='+l+', top='+t+', toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
	else if (opt==2)
		window.open	(TARGETPG+'?var1='+var1+'&var2='+var2+'&var3='+var3+'&msg='+msg, 'NewWindow', config='height='+h+', width='+w+', left='+l+', top='+t+', toolbar=yes, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
}
